From 235195d724949cb447d835837d510851bb642ea3 Mon Sep 17 00:00:00 2001
From: Demo <Demo@DESKTOP-CPA90BF>
Date: 星期二, 12 三月 2024 16:57:17 +0800
Subject: [PATCH] 添加删除标签菜单信息、用户权限及功能方法,编写PDA取样出库页面功能,添加获取入库单信息方法

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

diff --git a/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs b/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs
index fa16da3..0fe0ca2 100644
--- a/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs
+++ b/Wms/WMS.Entity/BllSoEntity/BLLExportNotice.cs
@@ -121,5 +121,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