From f2ea3997112e66bf0d8d9bcf5dd34b25ecb50dd6 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期四, 10 四月 2025 17:09:37 +0800
Subject: [PATCH] 修改性能检测报表  查询  增加生产资源查询

---
 DBUtility/基础资料/ClsGy_Base_Model.cs |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

diff --git "a/DBUtility/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_Base_Model.cs" "b/DBUtility/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_Base_Model.cs"
index ee9b050..2003402 100644
--- "a/DBUtility/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_Base_Model.cs"
+++ "b/DBUtility/\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_Base_Model.cs"
@@ -14,13 +14,33 @@
         public bool HEndFlag;
         public bool HStopflag;
         public string HRemark;
-        public long HLevel;
-        public long HParentID;
+        public long HLevel;   
+        public long HParentID=0;
         public string HModel;
         public long HUnitID;
         public string HUnitNumber;
         public string HUnitName;
         public string HUseFlag = "未使用";
         public long HEntryID;
+        public string HMakeEmp;         // varchar(100)	//创建人
+        public string HMakeTime;      // datetime		//创建日期(getdate())
+        public string HCheckEmp;        // varchar(100)	//审核人
+        public string HCheckTime;     // datetime		//审核日期
+        public string HModifyEmp;       // varchar(100)	//修改人
+        public string HModifyTime;    // datetime		//修改日期
+        public string HStopEmp;         // varchar(100)	//禁用人
+        public string HStopTime;      // datetime		//禁用日期
+        public Int64 HUSEORGID;         // int          //使用组织(Xt_ORGANIZATIONS)
+        public Int64 HCREATEORGID;      //    int		//创建组织(Xt_ORGANIZATIONS)
+
+        public long HInterID;
+        public string HModClass;
+        public string HKey;
+        public string HCaption;
+        public string HValue;
+        public bool HReadonly;
+        public string HExplanation;
+        public string HFarmat;
+
     }
 }

--
Gitblit v1.9.1