From b001df1a9965af13413076fe0c000ecf38762604 Mon Sep 17 00:00:00 2001
From: 陈勇 <chenyong@hnkhzn.com>
Date: 星期二, 19 十一月 2024 09:03:56 +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