Test/IStation.Win/ViewModel/ScheduleValidViewModel.cs
@@ -18,6 +18,7 @@ [Display(Name = "运行标志")] public string RunFlagsSrc { get; set; } [Display(Name = "单泵转速字典")] public Dictionary<int, double> FlagRpmDict { get; set; } @@ -29,8 +30,7 @@ [Display(Name = "单泵功率字典")] public Dictionary<int, double> FlagPowerDict { get; set; } [Display(Name = "计算流量")] public double TotalFlowCalc { get; set; }