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; }
     }
 }