From c96e01c0688bde350fb9aa5ba55780774b1de8b1 Mon Sep 17 00:00:00 2001
From: pzy <2829717936@qq.com>
Date: 星期三, 18 九月 2024 10:11:48 +0800
Subject: [PATCH] 导入任务1
---
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