| | |
| | | { |
| | | public string HBarCode2 { get; set; } //条码编号 |
| | | public string HBarCodeType2 { get; set; } //条码类型 |
| | | public string HBarCodeSubType2 { get; set; } //条码子类型 |
| | | public string HMaterID2 { get; set; } // "物料ID"; |
| | | public string HMaterNumber2 { get; set; } // "物料代码"; |
| | | public string HMaterName2 { get; set; } // "物料名称"; |
| | |
| | | public string HPinfanBarCode2 { get; set; } //HPinfanBarCode |
| | | public string HBatchNo2 { get; set; } //"批号"; |
| | | public int HGiveAwayFlag2 { get; set; } //"是否赠品"; |
| | | public string HSourceBillSEQ { get; set; } //源单行号 |
| | | public string HUnitID2 { get; set; } //"计量单位ID"; |
| | | public string HUnitNumber2 { get; set; } //"计量单位代码"; |
| | | public string HUnitName2 { get; set; } //"计量单位"; |
| | |
| | | |
| | | public Int64 HGroupID2 { get; set; } //"班组"; |
| | | public Int64 HEmpID2 { get; set; } //"操作员"; |
| | | public string HCusModel2 { get; set; } //"客户物料规格"; |
| | | public string HCusMaterName2 { get; set; } //"客户物料名称"; |
| | | public string HCheckEmpName2 { get; set; } //"检验员名称"; |
| | | public string HZZRQ { get; set; } //制造日期 |
| | | |
| | | public int HReInspectionFlag { get; set; } //复检启用标记 |
| | | public string HInspectionDate { get; set; } //生成日期 |
| | | public int HInspectionCycle { get; set; } //复检周期 |
| | | public string HReInspectionDate { get; set; }//复检日期 |
| | | public string HPOOrderBillMTO { get; set; }//采购跟踪号 |
| | | //华舟 自定义 |
| | | public string JMHSupID { get; set; } // "金马供应商ID"; |
| | | public string JMHSupNumber { get; set; } // "金马供应商代码"; |
| | | public string JMHSupName { get; set; } // "金马供应商"; |
| | | public string HTH { get; set; } // "合同号"; |
| | | |
| | | } |
| | | } |