From bdd84cc48ba7b2527584c44d174da8e7d20c5375 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期三, 18 九月 2024 16:37:13 +0800
Subject: [PATCH] 增加对申请入库时对平库库位的校验
---
Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs b/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
index 0c8a94d..2b9bd85 100644
--- a/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
+++ b/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
@@ -54,12 +54,7 @@
/// Nullable:True
/// </summary>
public string LotNo {get;set;}
- /// <summary>
- /// Desc:鍌ㄤ綅鍦板潃
- /// Default:
- /// Nullable:True
- /// </summary>
- public string LocatNo { get; set; }
+
/// <summary>
/// Desc:鎵规鎻忚堪
--
Gitblit v1.8.0