From 74bcd25a8828b0b5fdf4c3bdaf7e79606b0bcf9a Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期三, 27 三月 2024 11:30:26 +0800
Subject: [PATCH] Merge branch 'yyk'

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

diff --git a/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs b/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs
index fa16da3..b8549d4 100644
--- a/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs
+++ b/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs
@@ -112,6 +112,13 @@
         public string Demo { get; set; }
 
         /// <summary>
+        /// Desc:鍏ュ簱鍓嶅彇鏍峰嚭搴撶殑鍏ュ簱鍗曟嵁鏍囪瘑
+        /// Default:
+        /// Nullable:True
+        /// </summary>
+        public string AsnSampleNo { get; set; }
+
+        /// <summary>
         /// 瀹屾垚鏃堕棿
         /// </summary>
         public DateTime? CompleteTime { get; set; }
@@ -121,5 +128,14 @@
         /// </summary>
         public string OrderCode { get; set; }
 
+        /// <summary>
+        /// 澶嶆牳浜�
+        /// </summary>
+        public int CheckUser { get; set; }
+
+        /// <summary>
+        /// 澶嶆牳鏃堕棿
+        /// </summary>
+        public DateTime? CheckTime { get; set; }
     }
 }

--
Gitblit v1.8.0