From 913f4af81e7ad477110bfe2ff430163b9225898c Mon Sep 17 00:00:00 2001 From: duyongjia <adu_555@163.com> Date: 星期二, 10 十二月 2024 16:51:16 +0800 Subject: [PATCH] 增加人工入库、人工出库、人工移库功能 --- 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LocationEnum/EnableStatusEnum.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LocationEnum/EnableStatusEnum.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LocationEnum/EnableStatusEnum.cs" index a7e0826..b6e4576 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LocationEnum/EnableStatusEnum.cs" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LocationEnum/EnableStatusEnum.cs" @@ -18,14 +18,14 @@ /// <summary> /// 鍙叆 /// </summary> - [Description("鍙叆")] - OnlyIn = 1, + //[Description("鍙叆")] + //OnlyIn = 1, /// <summary> /// 鍙嚭 /// </summary> - [Description("鍙嚭")] - OnlyOut = 2, + //[Description("鍙嚭")] + //OnlyOut = 2, /// <summary> /// 绂佺敤 -- Gitblit v1.9.3