From f7f1f176f931f5ad54056df7b8e8a9f028eea100 Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期二, 17 十二月 2024 19:50:38 +0800 Subject: [PATCH] 合并 --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 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 24d78ad..aad02cc 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs @@ -71,6 +71,27 @@ /// </summary> [Description("鏃犺揣绂佺敤")] FreeDisable = 4, + + /// <summary> + /// 棰勫垎閰� + /// </summary> + [Description("棰勫垎閰�")] + Distribute = 5, + } + + public enum LocationState + { + /// <summary> + /// 鍏佽 + /// </summary> + [Description("鍏佽")] + Allow = 1, + + /// <summary> + /// 涓嶅厑璁� + /// </summary> + [Description("涓嶅厑璁�")] + NotAllow = 2 } #region 浠诲姟绫诲瀷 @@ -110,6 +131,12 @@ /// </summary> [Description("绌烘墭鐩樺叆搴�")] InTray = 204, + + /// <summary> + /// NG鍏ュ簱 + /// </summary> + [Description("NG鍏ュ簱")] + InNG = 205, } public enum TaskOutboundTypeEnum @@ -149,6 +176,12 @@ /// </summary> [Description("NG鍑哄簱")] OutNG =105, + + /// <summary> + /// 鐩存帴鍑哄簱 + /// </summary> + [Description("鐩存帴鍑哄簱")] + InToOut = 106, } public enum TaskRelocationTypeEnum -- Gitblit v1.9.3