| | |
| | | public List<RcvRptDocBase> RcvRptDocBases { get; set; } |
| | | public List<BIZ_ERP_PROD_IN_BTH> ErpProdInBths { get; set; } |
| | | public List<InStorePrintJson> PrintJsons { get; set; } |
| | | public List<BAS_LABEL_TEMP> labels { get; set; } |
| | | } |
| | | |
| | | public class InStorePrintJson |
| | |
| | | { |
| | | public string ORDER_NO { get; set; } |
| | | public string SALES_ORDER { get; set; } |
| | | public string STATUS { get; set; } |
| | | public string BATCH_NO { get; set; } |
| | | public string WORK_ORDER { get; set; } |
| | | public string ITEM_CODE { get; set; } |
| | | public string SapCode { get; set; } |
| | | public string ITEM_NAME { get; set; } |
| | | public double PLAN_QTY { get; set; } |
| | | public double SCAN_QTY { get; set; } |
| | |
| | | public int OutputType { get; set; } = 0; |
| | | public int StorageType { get; set; } = 4; |
| | | public int DocState { get; set; } = 1; |
| | | public string Status { get; set; } |
| | | } |
| | | |
| | | public class RcvRptDocCreateParam |