wyq há 1 ano atrás
pai
commit
b3b3b31565
1 ficheiros alterados com 1 adições e 1 exclusões
  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; }
     }
 }