From fe41831b0e9057a16aef1e82048105aee671bbda Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期六, 19 十月 2024 19:08:06 +0800
Subject: [PATCH] Merge branch 'master' into Liudl

---
 Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs b/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
index 2e7369d..0718c18 100644
--- a/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
+++ b/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
@@ -168,6 +168,14 @@
         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