From 843cc2ea1b104ecdf9da61318a4136a5d4096411 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期五, 24 四月 2026 11:07:21 +0800
Subject: [PATCH] 集成Quartz定时任务,支持NG出库自动化及WMS/WCS接口扩展

---
 Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs |   17 +++++++++++++++++
 1 files changed, 17 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 7f0c418..6cc73e2 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Const/ConfigConst.cs
@@ -113,6 +113,11 @@
         public const string AgingOutput = "AgingOutput";
 
         /// <summary>
+        /// 鎹㈠瀷
+        /// </summary>
+        public const string EqptRun = "EqptRun";
+
+        /// <summary>
         /// 宸ヨ壓璺嚎鐢宠
         /// </summary>
         public const string ProcessApply = "ProcessApply";
@@ -138,6 +143,11 @@
         public const string ReceiveTask = "ReceiveTask";
 
         /// <summary>
+        /// 璇锋眰WCS浠诲姟涓嬪彂NG鍑哄簱浠诲姟
+        /// </summary>
+        public const string ReceiveByWMSNGTask = "ReceiveByWMSNGTask";
+
+        /// <summary>
         /// 璇锋眰WCS浠诲姟
         /// </summary>
         public const string GetStation = "GetStation";
@@ -146,5 +156,12 @@
         /// 鏄惁鍏ュ簱绌烘墭鐩�
         /// </summary>
         public const string InboundIsEmpty = "InboundIsEmpty";
+
+        public const string CHInboundEmptyProductLineOne = "CHInboundEmptyProductLineOne";
+
+
+        public const string CHInboundEmptyProductLineTwo = "CHInboundEmptyProductLineTwo";
+
+        public const string ReceiveWMSTask = "ReceiveWMSTask";
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3