| | |
| | | public string ScanAfCut { get; set; } |
| | | } |
| | | |
| | | public class NoWorkOrderOutput |
| | | { |
| | | public int ReqType { get; set; } |
| | | public string ReqNo { get; set; } |
| | | public bool isExceed { get; set; } |
| | | public bool isCutting { get; set; } |
| | | public string SN { get; set; } |
| | | public string ItemCode { get; set; } |
| | | public string MaterialName { get; set; } |
| | | public decimal Qty { get; set; } |
| | | public decimal CutQty { get; set; } |
| | | public string regionCode { get; set; } |
| | | public string locationCode { get; set; } |
| | | public string ScanAfCut { get; set; } |
| | | public string Unit { get; set; } |
| | | public DateTime DateCode { get; set; } |
| | | |
| | | } |
| | | |
| | | |
| | | public class ProductionPickToMes |
| | | { |
| | | public string qrcode { get; set; } |