From 98801d4cb12664bacfb64bd6efda291ad249eafa Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期五, 01 三月 2024 16:11:14 +0800
Subject: [PATCH] 修改安库测试问题

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