From 3b4538f1ca5a50f1c68a479620276b4db09bd954 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期四, 29 二月 2024 14:24:47 +0800
Subject: [PATCH] Merge branch 'yyk'
---
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