| | |
| | | public string HBillNo; //单据号 |
| | | public string HRemark; //备注 |
| | | public string HBacker; //退回人 |
| | | public DateTime HBackDate; //退回时间 |
| | | public string HBackDate; //退回时间 |
| | | public string HBackRemark; //退回原因 |
| | | public string HChecker; //审核人 |
| | | public DateTime HCheckDate; //审核日期 |
| | | public string HCheckDate; //审核日期 |
| | | public string HMaker; //制单人 |
| | | public DateTime HMakeDate; //制单日期 |
| | | public string HMakeDate; //制单日期 |
| | | public string HUpDater;//修改人 |
| | | public DateTime HUpDateDate; //修改日期 |
| | | public string HUpDateDate; //修改日期 |
| | | public string HCloseMan; //关闭人 |
| | | public DateTime HCloseDate;//关闭日期 |
| | | public string HCloseDate;//关闭日期 |
| | | public bool HCloseType; //关闭类型 |
| | | public string HDeleteMan;// 作废人 |
| | | public DateTime HDeleteDate; //作废日期 |
| | | public string HDeleteDate; //作废日期 |
| | | public string HSplitNO;//派工单 |
| | | public int HICMOInterID; //生产订单主ID |
| | | public int HICMOEntryID;//生产订单子ID |
| | |
| | | |
| | | |
| | | public Int64 HMaterID; //物料内码(gy_material) |
| | | |
| | | public int HOrgID; //组织ID |
| | | |
| | | } |
| | | } |