| | |
| | | public Int64 HPRDORGID; //生产组织内码 |
| | | public Int64 HAuxPropID; //辅助属性内码 |
| | | |
| | | public Int64 HBadResultID; //不良结果 |
| | | public Int64 HBadTypeID; //不良类型 |
| | | public Int64 HMTONo; //计划跟踪号 |
| | | public Int64 HOTHERORGID; //其它组织(预留) |
| | | public Int64 HOWNERID; //货主 |
| | | public Int64 HOWNERTYPEID; //货主类型 |
| | | |
| | | public Int64 HProcExchInterID; //工序流转卡内码 |
| | | public Int64 HProcExchEntryID; //工序流转卡子内码 |
| | | public string HProcExchBillNo; //工序流转卡号 |
| | | |
| | | public Int64 HQualityReportEntryID; //质量汇报单子表ID |
| | | |
| | | public string HChecker; //审核人 |
| | | public string HCheckDate; //审核日期 |
| | | public string HUpDater;//修改人 |
| | | public string HUpDateDate; //修改日期 |
| | | public string HCloseMan; //关闭人 |
| | | public string HCloseDate;//关闭日期 |
| | | public bool HCloseType; //关闭类型 |
| | | public string HDeleteMan;// 作废人 |
| | | public string HDeleteDate; //作废日期 |
| | | // |
| | | } |
| | | } |