From 27f9d29760ee5457d7c0cb9e12cacab33c08eaea Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期四, 06 三月 2025 19:37:01 +0800 Subject: [PATCH] 更新WMS实体 --- Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN_DTL.cs | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN_DTL.cs b/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN_DTL.cs index b0612aa..a3ca195 100644 --- a/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN_DTL.cs +++ b/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN_DTL.cs @@ -94,20 +94,30 @@ [DisplayName("批次号")] public string LOTNO { get; set; } /// <summary> + /// 采购单ID + /// </summary> + [DisplayName("采购单ID")] + public string PO_ID { get; set; } + /// <summary> /// 采购单号 /// </summary> [DisplayName("采购单号")] - public string PO { get; set; } + public string PO_NO { get; set; } /// <summary> /// 采购单行号 /// </summary> [DisplayName("采购单行号")] public string PO_LINE { get; set; } /// <summary> + /// 送检单ID + /// </summary> + [DisplayName("送检单ID")] + public string IQC_ID { get; set; } + /// <summary> /// 送检单号 /// </summary> [DisplayName("送检单号")] - public string IQC_ORDER { get; set; } + public string IQC_NO { get; set; } /// <summary> /// 备注 /// </summary> -- Gitblit v1.9.3