| | |
| | | public string HRemark; //备注 varchar(50) |
| | | public string HHelpCode; //助记码 varchar(20) |
| | | public string HUseFlag="未使用"; //使用状态(未检测,未使用,已使用) |
| | | public DateTime HMakeTime; //建立时间(getdate()) |
| | | public string HMakeTime; //建立时间(getdate()) |
| | | public string HMakeEmp; //创建人 |
| | | public string HCheckEmp; //审核人 |
| | | public DateTime HCheckTime; //审核时间 |
| | | public string HCheckTime; //审核时间 |
| | | public string HModifyEmp; //修改人 |
| | | public DateTime HModifyTime; //修改时间 |
| | | public string HModifyTime; //修改时间 |
| | | public string HStopEmp; //禁用人 |
| | | public DateTime HStopTime; //禁用时间 |
| | | public string HStopTime; //禁用时间 |
| | | |
| | | } |
| | | } |