ningshuxia
2024-04-29 6eb4d5574aee7042b1883e043d5798865e84d1d1
Schedule/IStation.Console/Program.cs
@@ -18,7 +18,7 @@
var ch2Pumps = JsonHelper.Json2Object<List<Pump>>(ch2_json);
var helper = new SchedulingCombineAnaHelper();
var helper = new SchedulingAnaHelper();
helper.AnaCombine(ch1Pumps);
Console.WriteLine("分析完毕");