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 | 2 +- 1 files changed, 1 insertions(+), 1 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 d9f76aa..068f45b 100644 --- a/Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP_BTH.cs +++ b/Tiger.Model.Net/Entitys/WMS/BIZ_WMS_PREP_BTH.cs @@ -122,7 +122,7 @@ /// 棰嗘枡浜� /// </summary> [DisplayName("棰嗘枡浜�")] - public string REQ_PERSON { get; set; } + public string REQ_USER { get; set; } /// <summary> /// 棰嗘枡閮ㄩ棬 /// </summary> -- Gitblit v1.9.3