| | |
| | | public string SapCode { get; set; } |
| | | public string ItemCode { get; set; } |
| | | public string ItemDesc { get; set; } |
| | | public decimal PickQty { get; set; } |
| | | public double PickQty { get; set; } |
| | | public string LineRemark { get; set; } |
| | | public string WhCode { get; set; } |
| | | public string WhCode07 { get; set; } |
| | |
| | | public string Customer { get; set; } |
| | | public string DemandCode { get; set; } |
| | | public string RouteStr { get; set; } |
| | | public decimal Qty { get; set; } |
| | | public double Qty { get; set; } |
| | | public List<PrintWoPickList> Items { get; set; } = new List<PrintWoPickList>(); |
| | | } |
| | | } |