From 067596ed46c962ce38d90a3ed33e9c55f184225c Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期二, 03 六月 2025 11:16:30 +0800
Subject: [PATCH] 器具主档:删除时判断是否已经审核,若已经审核则删除失败

---
 WebAPI/Models/ClsGy_Repair.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/ClsGy_Repair.cs b/WebAPI/Models/ClsGy_Repair.cs
index 6a90027..deae347 100644
--- a/WebAPI/Models/ClsGy_Repair.cs
+++ b/WebAPI/Models/ClsGy_Repair.cs
@@ -14,9 +14,14 @@
         public string HShortNumber;   //鐭唬鐮�
         public int HParentID;       //鐖剁骇
         public int HLevel;         //绛夌骇
+        public int HUSEORGID;         
+        public int HCREATEORGID;         
+        public int HRepairClassID;         
         public bool HEndFlag;        //鏈骇鏍囧織
         public bool HStopflag;      //绂佺敤鏍囧織
         public string HRemark;         //澶囨敞
+        public string HMakeEmp;      
+        public string HRepairType;      
         public string HUseFlag = "鏈娇鐢�";
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1