wyq hace 1 año
padre
commit
b3b3b31565
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      DataSimulation.Repostory/Model/SimulationInfo.cs

+ 1 - 1
DataSimulation.Repostory/Model/SimulationInfo.cs

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