From 66949ed16310b0ba138c0b6302b388c3a4027c25 Mon Sep 17 00:00:00 2001
From: Demo <Demo@DESKTOP-CPA90BF>
Date: 星期六, 24 二月 2024 11:48:51 +0800
Subject: [PATCH] Merge branch 'csc'

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

diff --git a/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs b/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs
index fa16da3..28c8c7f 100644
--- a/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs
+++ b/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs
@@ -121,5 +121,15 @@
         /// </summary>
         public string OrderCode { get; set; }
 
+        /// <summary>
+        /// 澶嶆牳浜�
+        /// </summary>
+        public int CheckUser { get; set; }
+
+        /// <summary>
+        /// 澶嶆牳鏃堕棿
+        /// </summary>
+        public DateTime? CheckTime { get; set; }
+
     }
 }

--
Gitblit v1.8.0