| | |
| | | |
| | | namespace Model |
| | | { |
| | | public class ClsSc_ICMOBillWorkQtyStatus_Tmp |
| | | public class ClsSc_ICMOBillWorkQtyStatus_Tmp |
| | | { |
| | | //生产产量状态临时表 |
| | | |
| | | public Int64 HInterID;// int //主表 (生产状态表ID) |
| | | public Int64 HEntryID;// int(自增列) //自增列 |
| | | public string HBillType;// varchar(10) // 单据类型 |
| | | public int HBillStatus; //单据状态(1未审,2审核通过,3关闭,4作废,5审核退回,6审核中,7已阅,8已回复,9结案,10验证,11下达,12开工) |
| | | |
| | | public Int64 HSourceID;// int //生产资源ID New |
| | | public Int64 HReportType;// int //汇报类型(1条码扫描,2机器汇报,3手工录入) |
| | |
| | | public Int64 HRelationEntryID;// int //关联单子ID (生产汇报单子ID) |
| | | public string HRelationBillNo;// varchar(50) //关联单号 |
| | | public Int64 HReportEntryID;// int //汇报单子表ID |
| | | |
| | | // |
| | | public string HUpDater; |
| | | public string HUpDateDate; |
| | | public string HChecker; |
| | | public string HCheckDate; |
| | | public string HBacker; |
| | | public string HBackDate; |
| | | public string HBackRemark; |
| | | public string HCloseMan; |
| | | public string HCloseDate; |
| | | public bool HCloseType; |
| | | public string HDeleteMan; |
| | | public string HDeleteDate; |
| | | public Int64 HBillerID; |
| | | } |
| | | } |