|
@@ -22,6 +22,6 @@ namespace DataSimulation.Repostory.Model
|
|
|
public double SimulationSpeed { get; set; }
|
|
public double SimulationSpeed { get; set; }
|
|
|
|
|
|
|
|
[Display(Name = "仿真数据编号", AutoGenerateField = false)]
|
|
[Display(Name = "仿真数据编号", AutoGenerateField = false)]
|
|
|
- public double SimulationPId { get; set; }
|
|
|
|
|
|
|
+ public long SimulationPId { get; set; }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|