From 9c12b5ac339c5a9bf962eecfc17f2395426023de Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期三, 06 三月 2024 14:21:37 +0800
Subject: [PATCH] Merge branch 'yyk' of https://gitee.com/liudongl/jc24-wms into yyk

---
 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