From e15d326bf99045464912aad08d18faa0c667cdb5 Mon Sep 17 00:00:00 2001
From: ningshuxia <ningshuxia0927@outlook.com>
Date: 星期三, 22 五月 2024 09:27:34 +0800
Subject: [PATCH] 调度算法 修改 调度逻辑 修改 调度接口 web新增

---
 WebApi/IStation.Service.Core/3-settings/paras/Paras_Docking.cs |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/WebApi/IStation.Service.Core/3-settings/paras/Paras_Docking.cs b/WebApi/IStation.Service.Core/3-settings/paras/Paras_Docking.cs
index de7fcf4..a465612 100644
--- a/WebApi/IStation.Service.Core/3-settings/paras/Paras_Docking.cs
+++ b/WebApi/IStation.Service.Core/3-settings/paras/Paras_Docking.cs
@@ -6,8 +6,18 @@
     public class Paras_Docking
     {
         /// <summary>
-        /// Scada鏁版嵁鑾峰彇鍦板潃
+        /// 浼楁瘏 Scada鏁版嵁 鑾峰彇鍦板潃
         /// </summary>
-        public string ScadaWebSocketUrl { get; set; }
+        public string ZyScadaHttpUrl { get; set; }
+
+        /// <summary>
+        /// 浼楁瘏 璋冨害瑙勫垯 鑾峰彇鍦板潃
+        /// </summary>
+        public string ZyDispatchRulesHttpUrl { get; set; }
+
+        /// <summary>
+        /// 鏄惁浣跨敤
+        /// </summary>
+        public bool Enable { get; set; }
     }
 }

--
Gitblit v1.9.3