wyq 1 年之前
父節點
當前提交
b3b3b31565
共有 1 個文件被更改,包括 1 次插入1 次删除
  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; }
     }
 }