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/Enums/ManageEnum.cs |   50 ++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 40 insertions(+), 10 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs
index fa5f791..3e67081 100644
--- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs
+++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs
@@ -1,9 +1,4 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
+锘縰sing System.ComponentModel;
 
 namespace WIDESEA_Core.Enums
 {
@@ -71,6 +66,12 @@
         /// </summary>
         [Description("鏃犺揣绂佺敤")]
         FreeDisable = 4,
+
+        /// <summary>
+        /// 棰勫垎閰�
+        /// </summary>
+        [Description("棰勫垎閰�")]
+        Distribute = 5,
     }
 
     public enum LocationState
@@ -88,10 +89,25 @@
         NotAllow = 2
     }
 
+    public enum LocationType
+    {
+        /// <summary>
+        /// 鍗曟繁璐т綅
+        /// </summary>
+        [Description("鍗曟繁璐т綅")]
+        Single = 1,
+
+        /// <summary>
+        /// 鍙屾繁璐т綅
+        /// </summary>
+        [Description("鍙屾繁璐т綅")]
+        Double = 2
+    }
+
     #region 浠诲姟绫诲瀷
 
     /// <summary>
-    /// 浠诲姟绫诲瀷   
+    /// 浠诲姟绫诲瀷
     /// </summary>
 
     public enum TaskInboundTypeEnum
@@ -130,7 +146,7 @@
         /// NG鍏ュ簱
         /// </summary>
         [Description("NG鍏ュ簱")]
-        InNG = 105,
+        InNG = 205,
     }
 
     public enum TaskOutboundTypeEnum
@@ -169,7 +185,19 @@
         /// NG鍑哄簱
         /// </summary>
         [Description("NG鍑哄簱")]
-        OutNG =105,
+        OutNG = 105,
+
+        /// <summary>
+        /// 鐩存帴鍑哄簱
+        /// </summary>
+        [Description("鐩存帴鍑哄簱")]
+        InToOut = 106,
+
+        /// <summary>
+        /// 鐏鍑哄簱
+        /// </summary>
+        [Description("鐏鍑哄簱")]
+        OutFireAlarm = 500,
     }
 
     public enum TaskRelocationTypeEnum
@@ -190,6 +218,7 @@
     public enum TaskOtherTypeEnum
     {
     }
+
     public enum TaskTypeEnum
     {
         /// <summary>
@@ -250,7 +279,7 @@
         /// <summary>
         /// 搴撳绉诲簱
         /// </summary>
-        RelocationOut = 302
+        RelocationOut = 302,
     }
 
     #endregion 浠诲姟绫诲瀷
@@ -558,5 +587,6 @@
         鑷姩鎭㈠ = 4,
         浜哄伐瀹屾垚 = 5,
         鑷姩瀹屾垚 = 6,
+        NG浠诲姟鍒犻櫎 = 7,
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3