From 0f1717cbe5c788c294a53cd4df6f819ca0236500 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期一, 09 三月 2026 10:42:27 +0800
Subject: [PATCH] 优化成品仓逻辑
---
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LocationEnum/EnableStatusEnum.cs | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 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 74653e3..3f2470b 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,17 +18,17 @@
[Description("姝e父")]
Normal = 0,
- /// <summary>
- /// 鍙叆
- /// </summary>
- [Description("鍙叆")]
- OnlyIn = 1,
+ ///// <summary>
+ ///// 鍙叆
+ ///// </summary>
+ //[Description("鍙叆")]
+ //OnlyIn = 1,
- /// <summary>
- /// 鍙嚭
- /// </summary>
- [Description("鍙嚭")]
- OnlyOut = 2,
+ ///// <summary>
+ ///// 鍙嚭
+ ///// </summary>
+ //[Description("鍙嚭")]
+ //OnlyOut = 2,
/// <summary>
/// 绂佺敤
--
Gitblit v1.9.3