From 8a835c60deafb991d96506fba394f4a78c101a49 Mon Sep 17 00:00:00 2001 From: cwjbxqmz <1134865194@qq.com> Date: 星期二, 06 二月 2024 11:35:07 +0800 Subject: [PATCH] 系统参数查询新增、修改功能的添加 --- 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