From 279077bf41bc726b474ca5d76cd2b8393d41d867 Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期三, 05 十一月 2025 12:16:01 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs | 41 ++++++++---------------------------------
1 files changed, 8 insertions(+), 33 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs"
index e6c0f07..cdfd76e 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs"
@@ -12,14 +12,11 @@
public class CateGoryConst
{
/// <summary>
- /// 閭鍩虹
+ /// IP鎺ュ彛鍦板潃
/// </summary>
- public const string CONFIG_SYS_BaseExmail = "Sys_BaseExmail";
+ public const string CONFIG_WCS_IPAddress = "WCS_IPAddress";
- /// <summary>
- /// 閭閰嶇疆
- /// </summary>
- public const string CONFIG_SYS_RegExmail = "Sys_RegExmail";
+ public const string CONFIG_MES_IPAddress = "MES_IPAddress";
}
/// <summary>
@@ -28,37 +25,15 @@
public class SysConfigConst
{
/// <summary>
- /// 閭SMTP鍦板潃
+ /// 涓嬪彂WCS浠诲姟
/// </summary>
- public const string SMTP_Server = "smtpServer";
+ public const string WCSReceiveTask = "ReceiveTask";
/// <summary>
- /// 閭SMTP绔彛
+ /// 绉诲簱浠诲姟瀹屾垚
/// </summary>
- public const string SMTP_Port = "smtpPort";
+ public const string MESTransferCompletionFeedback = "MESTransferCompletionFeedback";
+ public const string MESTaskFeedback = "MESTaskFeedback";
- /// <summary>
- /// 閭SMTP璐﹀彿
- /// </summary>
- public const string SMTP_User = "smtpUser";
-
- /// <summary>
- /// 閭SMTP瀵嗙爜
- /// </summary>
- public const string SMTP_Pass = "smtpPass";
-
- /// <summary>
- /// 閭鏍囬
- /// </summary>
- public const string SMTP_Title = "smtpTitle";
-
- /// <summary>
- /// 閭鍐呭鏍囬
- /// </summary>
- public const string SMTP_ContentTitle = "smtpContentTitle";
- /// <summary>
- /// 閭鍐呭鏍囬
- /// </summary>
- public const string SMTP_RegUser = "smtpRegUser";
}
}
\ No newline at end of file
--
Gitblit v1.9.3