From 0c75581f4f388a0d3e221aa04b3ccf0fd10c9cf5 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期二, 26 十一月 2024 10:05:15 +0800
Subject: [PATCH] 1

---
 Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/Const/SysConfigKeyConst.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/Const/SysConfigKeyConst.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/Const/SysConfigKeyConst.cs
index 78d6eb9..26adbb4 100644
--- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/Const/SysConfigKeyConst.cs
+++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/Const/SysConfigKeyConst.cs
@@ -13,6 +13,8 @@
         /// </summary>
         public const string WMSIP_BASE = "WMSIPBASE";
 
+        public const string WCSIP_BASE = "WCSIPAddress";
+
         /// <summary>
         /// 璇锋眰浠诲姟
         /// </summary>
@@ -43,5 +45,11 @@
         /// 绌烘墭鐩樺疄鐩樺嚭搴撲换鍔�
         /// </summary>
         public const string RequestTrayOutTask = "RequestTrayOutTask";
+
+
+        public const string RequestInTask = "RequestInTask";
+
+
+        public const string RequestFlow = "RequestFlow";
     }
 }

--
Gitblit v1.9.3