From 7e514494e595531a0517d6266823bc7f6d673831 Mon Sep 17 00:00:00 2001 From: bklLiudl <673013083@qq.com> Date: 星期四, 14 三月 2024 13:41:29 +0800 Subject: [PATCH] 呼叫小车 --- Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs b/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs index 848b4da..0718c18 100644 --- a/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs +++ b/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs @@ -153,6 +153,28 @@ /// </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; } + + + /// <summary> + /// 鏄惁鎶芥鎵� 0锛氬惁 1锛氭槸 + /// Default: + /// Nullable:True + /// </summary> + public string InspectMark { get; set; } + [Navigate(NavigateType.OneToOne, nameof(LogisticsId))] public SysLogisticsInfo LogisticsInfoInfo { get; set; } -- Gitblit v1.8.0