From b0c756bd9b37bc2eeffbb0f39c8000648061d82c Mon Sep 17 00:00:00 2001 From: qinchulong <qinchulong@hnkhzn.com> Date: 星期六, 08 三月 2025 17:43:00 +0800 Subject: [PATCH] 出库条件判断 --- 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LocationEnum/LocationEnum.cs | 22 ---------------------- 1 files changed, 0 insertions(+), 22 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LocationEnum/LocationEnum.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LocationEnum/LocationEnum.cs" index f7cbac2..3b195f2 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LocationEnum/LocationEnum.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/LocationEnum/LocationEnum.cs" @@ -30,17 +30,7 @@ [Description("鏈夎揣")] InStock = 2, - /// <summary> - /// 绌烘墭閿佸畾 - /// </summary> - [Description("绌烘墭閿佸畾")] - PalletLock = 98, - /// <summary> - /// 绌烘墭鐩� - /// </summary> - [Description("绌烘墭鐩�")] - Pallet = 99 } public enum EnableStatusEnum @@ -50,18 +40,6 @@ /// </summary> [Description("姝e父")] Normal = 0, - - /// <summary> - /// 鍙叆 - /// </summary> - [Description("鍙叆")] - OnlyIn = 1, - - /// <summary> - /// 鍙嚭 - /// </summary> - [Description("鍙嚭")] - OnlyOut = 2, /// <summary> /// 绂佺敤 -- Gitblit v1.9.3