| | |
| | | |
| | | namespace WebAPI.Models |
| | | { |
| | | public class ClsGy_Maintain : DBUtility.ClsGy_Base_Ctl |
| | | public class ClsGy_Maintain : DBUtility.ClsGy_Base_Model |
| | | { |
| | | public int HItemID; |
| | | public string HNumber; //代码 |
| | | public string HName; //名称 |
| | | public string HHelpCode; //助记码 |
| | | public string HShortNumber; //短代码 |
| | | public int HParentID; //父级 |
| | | public int HParentID=0; //父级 |
| | | public int HLevel; //等级 |
| | | public int HMaintainClassID; |
| | | public int HUSEORGID; |
| | | public int HCREATEORGID; |
| | | public bool HEndFlag; //末级标志 |
| | | public bool HStopflag; //禁用标志 |
| | | public string HRemark; //备注 |
| | | public string HMakeEmp; |
| | | public string HMaintainType; |
| | | public string HUseFlag = "未使用"; |
| | | |
| | | |