From a733075e961b5c21c9ad146089785d8435d55dfa Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期二, 12 三月 2024 14:17:50 +0800 Subject: [PATCH] 新增PDA出门确认单扫码模块调用方法,缓存列表已上传列表调用方法 --- WebAPI/Models/Gy_Mould.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/Gy_Mould.cs b/WebAPI/Models/Gy_Mould.cs index 33e5ad1..6780391 100644 --- a/WebAPI/Models/Gy_Mould.cs +++ b/WebAPI/Models/Gy_Mould.cs @@ -53,13 +53,18 @@ public string HNumber { get; set; } public string HInnerBillNo { get; set; } public long HLifeUnitID { get; set; } + public int HCaveQty { get; set; } public long HBOMID { get; set; } public string HSaveLife { get; set; } public long HPrintQty { get; set; } + public string HMouldClass { get; set; } public string HMouldOWNER { get; set; } public int HMouldMaintainRuleInterID { get; set; } public int HMouldDotCheckRuleInterID { get; set; } + public int HNowSupID { get; set; } + public int HNowSupTypeID { get; set; } + public int HMadeSupID { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1