From 5ea48455463691678b806badbee198699a878b5a Mon Sep 17 00:00:00 2001
From: HuBingJie <3146306518@qq.com>
Date: 星期四, 25 十二月 2025 18:38:58 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs | 51 ++++++++++++++++++++++-----------------------------
1 files changed, 22 insertions(+), 29 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..e5f7431 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,33 @@
public class SysConfigConst
{
/// <summary>
- /// 閭SMTP鍦板潃
+ /// 涓嬪彂WCS浠诲姟
/// </summary>
- public const string SMTP_Server = "smtpServer";
+ public const string WCSReceiveTask = "ReceiveTask";
+ public const string WCSCancelinventory = "Cancelinventory";
+ public const string WCSManualTaskCompleted = "ManualTaskCompleted";
+
+ /// <summary>
+ /// 绉诲簱浠诲姟瀹屾垚
+ /// </summary>
+ public const string MESTransferCompletionFeedback = "onHandMoveReport";
+
+ public const string MESTaskFeedback = "resultReport";
+
+
/// <summary>
- /// 閭SMTP绔彛
+ /// 鎵嬪姩鍙栨秷浠诲姟
/// </summary>
- public const string SMTP_Port = "smtpPort";
+
+ public const string MEScancelTask = "cancelTask";
+
/// <summary>
- /// 閭SMTP璐﹀彿
+ /// 鎵嬪姩瀹屾垚
/// </summary>
- public const string SMTP_User = "smtpUser";
+ public const string MESmockComplete = "mockComplete";
- /// <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