From 66f9be61559da88c94a3ec78318fd8a7be4834ef Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期一, 16 六月 2025 10:32:23 +0800 Subject: [PATCH] 排产页面添加交期发布按钮;检验方案删除方法调用调整 --- WebAPI/Models/Gy_Mould.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/WebAPI/Models/Gy_Mould.cs b/WebAPI/Models/Gy_Mould.cs index fdca95b..19af9ca 100644 --- a/WebAPI/Models/Gy_Mould.cs +++ b/WebAPI/Models/Gy_Mould.cs @@ -67,8 +67,11 @@ public int HMadeSupID { get; set; } public int HNowWHID { get; set; } public int HNowSPID { get; set; } + public int HCREATEORGID { get; set; } + public int HUSEORGID { get; set; } public double HInitLife { get; set; } + public string HMouldUseStatus { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1