From e587d463cebf902c7ef55565f90037a8377c9a93 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期一, 12 五月 2025 18:13:03 +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