From 423aba77acc96d0ce850cd0d9c55d3ad2a37cf56 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 20 三月 2025 15:45:24 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 DBUtility/基础资料/ClsGy_Base_Model.cs |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 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 dc2455c..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,7 +14,7 @@
         public bool HEndFlag;
         public bool HStopflag;
         public string HRemark;
-        public long HLevel;
+        public long HLevel;   
         public long HParentID=0;
         public string HModel;
         public long HUnitID;
@@ -32,5 +32,15 @@
         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