| | |
| | | { |
| | | public string ID { get; set; } |
| | | public string OrderNo { get; set; } |
| | | public string Status { 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 SoRemark { get; set; } |
| | | public string MoRemark { get; set; } |
| | | public string Customer { get; set; } |
| | | public string DemandCode { get; set; } |
| | | public string RouteStr { get; set; } |
| | | public decimal Qty { get; set; } |
| | | public List<PrintWoPickList> Items { get; set; } = new List<PrintWoPickList>(); |