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 |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/ClsGy_Maintain.cs b/WebAPI/Models/ClsGy_Maintain.cs
index 1c1a356..93067cd 100644
--- a/WebAPI/Models/ClsGy_Maintain.cs
+++ b/WebAPI/Models/ClsGy_Maintain.cs
@@ -14,9 +14,14 @@
         public string HShortNumber;   //鐭唬鐮�
         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