From 6eb4d5574aee7042b1883e043d5798865e84d1d1 Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期一, 29 四月 2024 14:44:23 +0800
Subject: [PATCH] 1.分析组合 2.分析组合结论

---
 Schedule/IStation.Console/Program.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Schedule/IStation.Console/Program.cs b/Schedule/IStation.Console/Program.cs
index 8e0d13b..dd0a802 100644
--- a/Schedule/IStation.Console/Program.cs
+++ b/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("鍒嗘瀽瀹屾瘯");
\ No newline at end of file

--
Gitblit v1.9.3