From 05bfc6861c3077a3ba6cdf86c36687eb684590aa Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期一, 12 五月 2025 17:17:30 +0800
Subject: [PATCH] 优化了一些已知问题

---
 Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP_BTH.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP_BTH.cs b/Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP_BTH.cs
index 02c3736..068f45b 100644
--- a/Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP_BTH.cs
+++ b/Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP_BTH.cs
@@ -102,7 +102,7 @@
 		/// 澶囨枡浜�
 		/// </summary>
 		[DisplayName("澶囨枡浜�")]
-		public string PREP_PERSON { get; set; }
+		public string PREP_USER { get; set; }
 		/// <summary>
 		/// 澶囨枡瀹屾垚鏃堕棿
 		/// </summary>
@@ -122,7 +122,7 @@
 		/// 棰嗘枡浜�
 		/// </summary>
 		[DisplayName("棰嗘枡浜�")]
-		public string REQ_PERSON { get; set; }
+		public string REQ_USER { get; set; }
 		/// <summary>
 		/// 棰嗘枡閮ㄩ棬
 		/// </summary>

--
Gitblit v1.9.3