From 8f267d23ba2d8530e3099c145b48b772016b447b Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期四, 07 十一月 2024 18:27:07 +0800
Subject: [PATCH] 工艺路线退回状态可修改
---
DBUtility/基础资料/ClsGy_Base_Model.cs | 22 +++++++++++++++++++++-
1 files changed, 21 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 0e84930..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;
@@ -22,5 +22,25 @@
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