From 87e7e9995d59c847f6e568453eb4895a77d74e32 Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期三, 20 十一月 2024 13:03:51 +0800 Subject: [PATCH] MOM设备编号与上位机名称加入区域配置项 --- Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs | 21 +++++++++++++++++++++ 1 files changed, 21 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 45e2fd8..778ab8f 100644 --- a/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs +++ b/Code Management/WMS/WIDESEA_WMSServer/WIDESEA_Core/Enums/ManageEnum.cs @@ -73,6 +73,21 @@ FreeDisable = 4, } + public enum LocationState + { + /// <summary> + /// 鍏佽 + /// </summary> + [Description("鍏佽")] + Allow = 1, + + /// <summary> + /// 涓嶅厑璁� + /// </summary> + [Description("涓嶅厑璁�")] + NotAllow = 2 + } + #region 浠诲姟绫诲瀷 /// <summary> @@ -143,6 +158,12 @@ /// </summary> [Description("绌烘墭鐩樺嚭搴�")] OutTray = 104, + + /// <summary> + /// NG鍑哄簱 + /// </summary> + [Description("NG鍑哄簱")] + OutNG =105, } public enum TaskRelocationTypeEnum -- Gitblit v1.9.3