From b9f7560cbe0e562a40e9515a0559a3e951f0fee6 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期一, 07 四月 2025 09:16:01 +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