From e15d326bf99045464912aad08d18faa0c667cdb5 Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期三, 22 五月 2024 09:27:34 +0800 Subject: [PATCH] 调度算法 修改 调度逻辑 修改 调度接口 web新增 --- 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 dd0a802..f7515af 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 SchedulingAnaHelper(); +var helper = new DispatchAnaHelper(); helper.AnaCombine(ch1Pumps); Console.WriteLine("鍒嗘瀽瀹屾瘯"); \ No newline at end of file -- Gitblit v1.9.3