From 9ae439efdf65c92301a2397eb5332948bb33e68d Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期三, 13 八月 2025 17:35:19 +0800
Subject: [PATCH] 工艺路线反关闭设置时间按钮添加

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

diff --git a/WebAPI/Models/ClsGy_DotCheck.cs b/WebAPI/Models/ClsGy_DotCheck.cs
index 9f84d7c..9057691 100644
--- a/WebAPI/Models/ClsGy_DotCheck.cs
+++ b/WebAPI/Models/ClsGy_DotCheck.cs
@@ -14,10 +14,15 @@
         public string HShortNumber;   //鐭唬鐮�
         public int HParentID;       //鐖剁骇
         public int HLevel;         //绛夌骇
+        public int HCREATEORGID;          
+        public int HUSEORGID;          
         public bool HEndFlag;        //鏈骇鏍囧織
         public bool HStopflag;      //绂佺敤鏍囧織
         public string HRemark;         //澶囨敞
+        public string HMakeEmp;        
+        public string HDotCheckType;        
         public string HUseFlag = "鏈娇鐢�";
 
+        public Int64 HDotCheckItemClassID; //鐐规椤圭洰鍒嗙被
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1