From 3fac13fb2f8d23d85178755826f0cb39f8d06093 Mon Sep 17 00:00:00 2001 From: chenhaozhe <cgz@hz-kingdee.com> Date: 星期一, 11 八月 2025 16:52:10 +0800 Subject: [PATCH] 修复 APP 菜单编辑/读取接口 问题 --- 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 2d4d1ac..4855c7b 100644 --- a/WebAPI/Models/Gy_Mould.cs +++ b/WebAPI/Models/Gy_Mould.cs @@ -67,9 +67,12 @@ 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; } + public DateTime HNextMainDate { get; set; } } } \ No newline at end of file -- Gitblit v1.9.1