| | |
| | | { |
| | | public string HMainID { get; set; } //源单主ID |
| | | public string HSubID { get; set; } //源单子ID |
| | | public string HSourceBillSEQ { get; set; } //源单行号 |
| | | public string HBillNo{get;set;} // "源单单号"; |
| | | public string HSourceBillNo { get; set; } // "源单单号"; |
| | | public string HBillType{get;set;} // "单据类型"; |
| | |
| | | public string HBatchNo{get;set;} // "批号"; |
| | | public int HGiveAwayFlag{get;set;} // "是否赠品"; |
| | | public string HQty{get;set;} // "数量"; |
| | | public string HinitQty { get;set;} // "数量"; |
| | | public string HMinQty{get;set;} // "最小包装数"; |
| | | public string HPackQty{get;set;} // "外箱数"; |
| | | public string HBQty{get;set;} // "箱数"; |
| | |
| | | public string HSPName{get;set;} // "仓位"; |
| | | public string HInstructNo{get;set;} // "指令单号"; |
| | | public string HSeOrderBillNo{get;set;} // "销售订单号"; |
| | | public int HSeOrderSEQ { get; set; } // "销售订单行号"; |
| | | public string HDate{get;set;} // "进料日期"; |
| | | public string HRemark{get;set;} // "备注"; |
| | | public string HMTONo{get;set;} // "计划跟踪号"; |
| | |
| | | public string HFactory { get; set; } //"厂商"; |
| | | public DateTime HProduceDate { get; set; } //"生产日期"; |
| | | public DateTime HExpiryDate { get; set; } //"保质期至"; |
| | | public int HISKFPERIOD { get; set; } //"保质期启用"; |
| | | public Int64 HGroupID { get; set; } //"班组"; |
| | | public string HGroupNumber { get; set; } //"班组"; |
| | | public string HGroupName { get; set; } //"班组"; |
| | | public Int64 HEmpID { get; set; } //"操作员"; |
| | | public string HEmpNumber { get; set; } //"操作员"; |
| | | public string HEmpName { get; set; } //"操作员"; |
| | | public string HCusModel { get; set; } //"客户物料规格"; |
| | | public string HCusMaterName { get; set; } //"客户物料名称"; |
| | | public string HCheckEmpName { get; set; } //"检验员名称"; |
| | | public string HZZRQ { get; set; } //制造日期 |
| | | |
| | | public string HInterID { get; set; } |
| | | |
| | | public double HEXPPERIOD { get; set; } //有效期值 |
| | | public string HEXPUNIT { get; set; } //有效期单位(日、月、年) |
| | | |
| | | public bool HReInspectionFlag { get; set; } //复检启用标记 |
| | | public string HInspectionDate { get; set; } //生成日期 |
| | | public int HInspectionCycle { get; set; } //复检周期 |
| | | public string HReInspectionDate { get; set; }//复检日期 |
| | | public string HPOOrderBillMTO { get; set; }//采购跟踪号 |
| | | } |
| | | } |