From 9b567a8304c3d202ddd1f716cb63c2a4535b6417 Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期一, 09 十二月 2024 22:47:06 +0800 Subject: [PATCH] 高温出库堆垛机完成给线体写入托盘号 --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs | 41 ++++++++++++++++++++++++++++++++++++++++- 1 files changed, 40 insertions(+), 1 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 c9b6d2f..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,12 +71,33 @@ /// </summary> [Description("鏃犺揣绂佺敤")] FreeDisable = 4, + + /// <summary> + /// 棰勫垎閰� + /// </summary> + [Description("棰勫垎閰�")] + Distribute = 5, + } + + public enum LocationState + { + /// <summary> + /// 鍏佽 + /// </summary> + [Description("鍏佽")] + Allow = 1, + + /// <summary> + /// 涓嶅厑璁� + /// </summary> + [Description("涓嶅厑璁�")] + NotAllow = 2 } #region 浠诲姟绫诲瀷 /// <summary> - /// 浠诲姟绫诲瀷 100 鍑哄簱;鐩樼偣鍑哄簱 101; 102 鍒嗘嫞鍑哄簱;103 璐ㄦ鍑哄簱;200 鍏ュ簱;鐩樼偣鍏ュ簱 201;鍒嗘嫞鍏ュ簱 202;璐ㄦ鍏ュ簱 203;绉诲簱 300;搴撳唴绉诲簱 301;搴撳绉诲簱 302 + /// 浠诲姟绫诲瀷 /// </summary> public enum TaskInboundTypeEnum @@ -110,6 +131,12 @@ /// </summary> [Description("绌烘墭鐩樺叆搴�")] InTray = 204, + + /// <summary> + /// NG鍏ュ簱 + /// </summary> + [Description("NG鍏ュ簱")] + InNG = 205, } public enum TaskOutboundTypeEnum @@ -143,6 +170,18 @@ /// </summary> [Description("绌烘墭鐩樺嚭搴�")] OutTray = 104, + + /// <summary> + /// NG鍑哄簱 + /// </summary> + [Description("NG鍑哄簱")] + OutNG =105, + + /// <summary> + /// 鐩存帴鍑哄簱 + /// </summary> + [Description("鐩存帴鍑哄簱")] + InToOut = 106, } public enum TaskRelocationTypeEnum -- Gitblit v1.9.3