From 1a94e0e270668ef1cfbcd5043b72bc6591a50706 Mon Sep 17 00:00:00 2001 From: llj <132905093+newwwwwwtree@users.noreply.github.com> Date: 星期四, 07 八月 2025 15:18:46 +0800 Subject: [PATCH] 价目表新增审核按钮无效修理bug --- WebAPI/Models/ClsGy_Maintain.cs | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/WebAPI/Models/ClsGy_Maintain.cs b/WebAPI/Models/ClsGy_Maintain.cs index 6e6a924..93067cd 100644 --- a/WebAPI/Models/ClsGy_Maintain.cs +++ b/WebAPI/Models/ClsGy_Maintain.cs @@ -12,11 +12,16 @@ public string HName; //鍚嶇О public string HHelpCode; //鍔╄鐮� public string HShortNumber; //鐭唬鐮� - public int HParentID; //鐖剁骇 + public int HParentID=0; //鐖剁骇 public int HLevel; //绛夌骇 + public int HMaintainClassID; + public int HUSEORGID; + public int HCREATEORGID; public bool HEndFlag; //鏈骇鏍囧織 public bool HStopflag; //绂佺敤鏍囧織 public string HRemark; //澶囨敞 + public string HMakeEmp; + public string HMaintainType; public string HUseFlag = "鏈娇鐢�"; -- Gitblit v1.9.1