From 2c4c125072e1b88c994efc9bb6f1ff5ef754d41b Mon Sep 17 00:00:00 2001
From: 陈勇 <chenyong@hnkhzn.com>
Date: 星期四, 14 十一月 2024 10:01:21 +0800
Subject: [PATCH] 忽略项

---
 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs
index e6c0f07..93d08c3 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs
@@ -20,6 +20,11 @@
         /// 閭閰嶇疆
         /// </summary>
         public const string CONFIG_SYS_RegExmail = "Sys_RegExmail";
+
+        /// <summary>
+        /// IP鎺ュ彛鍦板潃
+        /// </summary>
+        public const string CONFIG_SYS_IPAddress = "CONFIG_SYS_IPAddress";
     }
 
     /// <summary>
@@ -60,5 +65,15 @@
         ///  閭鍐呭鏍囬
         /// </summary>
         public const string SMTP_RegUser = "smtpRegUser";
+
+        /// <summary>
+        /// WCS IP
+        /// </summary>
+        public const string WCSIPAddress = "WCSIPAddress";
+
+        /// <summary>
+        /// HK IP
+        /// </summary>
+        public const string HKIPAddress = "HKIPAddress";
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3