| | |
| | | public BIZ_MES_WO WorkOrder { get; set; } |
| | | public BAS_DEFECT Defect { get; set; } |
| | | } |
| | | |
| | | public class PrintWoPickList |
| | | { |
| | | public int LineNo { get; set; } |
| | | public string SapCode { get; set; } |
| | | public string ItemCode { get; set; } |
| | | public string ItemDesc { get; set; } |
| | | public decimal PickQty { get; set; } |
| | | public string LineRemark { get; set; } |
| | | public string WhCode { get; set; } |
| | | public string WhCode07 { get; set; } |
| | | public string Method { get; set; } |
| | | } |
| | | |
| | | public class WoFlowCardPrintJson |
| | | { |
| | | public string ID { get; set; } |
| | | public string OrderNo { get; set; } |
| | | public string ItemCode { get; set; } |
| | | public string ItemDesc { get; set; } |
| | | public string Model { get; set; } |
| | | public string SapCode { get; set; } |
| | | public string Remark { get; set; } |
| | | public string RouteStr { get; set; } |
| | | public decimal Qty { get; set; } |
| | | public List<PrintWoPickList> Items { get; set; } = new List<PrintWoPickList>(); |
| | | } |
| | | } |