From 9176aaed52f030ccb9e00be157f893633153d1ca Mon Sep 17 00:00:00 2001 From: zhaowc <526854230@qq.com> Date: 星期五, 30 八月 2024 08:55:53 +0800 Subject: [PATCH] PDA平库出库页根据出库单加载托盘所在位置 --- Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs b/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs index 0718c18..0c8a94d 100644 --- a/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs +++ b/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs @@ -54,6 +54,12 @@ /// 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