From fb87ea77f00ad18ee0cf4117f52ea6dc2b5e00a2 Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期五, 05 十二月 2025 09:16:23 +0800
Subject: [PATCH] 1

---
 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 1c1a356..b6b33ad 100644
--- a/WebAPI/Models/ClsGy_Maintain.cs
+++ b/WebAPI/Models/ClsGy_Maintain.cs
@@ -5,7 +5,7 @@
 
 namespace WebAPI.Models
 {
-    public class ClsGy_Maintain : DBUtility.ClsGy_Base_Ctl
+    public class ClsGy_Maintain : DBUtility.ClsGy_Base_Model
     {
         public int HItemID;
         public string HNumber;          //浠g爜
@@ -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