From 2cc71fec71dd7986691240cd6e536e12c64eb509 Mon Sep 17 00:00:00 2001 From: yxj <yxj@hz-kingdee.com> Date: 星期三, 13 三月 2024 10:25:51 +0800 Subject: [PATCH] 新增出门确认单列表调用方法 --- WebAPI/Models/Gy_Mould.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/Gy_Mould.cs b/WebAPI/Models/Gy_Mould.cs index 7dd6a0e..6780391 100644 --- a/WebAPI/Models/Gy_Mould.cs +++ b/WebAPI/Models/Gy_Mould.cs @@ -58,11 +58,13 @@ 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