From 721108fc1336d8ca022971836106027d5f776d36 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期一, 11 三月 2024 13:28:11 +0800 Subject: [PATCH] 调整pda标签样式 --- 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