From 4924bec5e175fc3456bb1e6a6539ffa1620b573e Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期四, 07 三月 2024 11:22:53 +0800 Subject: [PATCH] 下游接口调用出库移库完成接口 --- Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs b/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs index 848b4da..2e7369d 100644 --- a/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs +++ b/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs @@ -153,6 +153,20 @@ /// </summary> public string OutMode { get; set; } + /// <summary> + /// Desc:瑁呰溅鍙� + /// Default: + /// Nullable:True + /// </summary> + public string LoadingAddre { get; set; } + + /// <summary> + /// Desc:鎷嗗灈妯″紡 + /// Default: + /// Nullable:True + /// </summary> + public string UnstackingMode { get; set; } + [Navigate(NavigateType.OneToOne, nameof(LogisticsId))] public SysLogisticsInfo LogisticsInfoInfo { get; set; } -- Gitblit v1.8.0