From 0dfb009511d5265194d9162008e0faf60961b666 Mon Sep 17 00:00:00 2001 From: 陈勇 <chenyong@hnkhzn.com> Date: 星期四, 14 十一月 2024 09:51:19 +0800 Subject: [PATCH] WCS合并 WMS分容接口 --- 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