| | |
| | | //料架库位 |
| | | public string rackPosition { get; set; } |
| | | //TS订单参数 |
| | | public List<Parameters> parameters { get; set; } |
| | | public Parameters parameters { get; set; } |
| | | |
| | | //public string routeType { get; set; } |
| | | ////任务类型 自动,人工 |
| | | //public string taskType { get; set; } |
| | | ////料架编码 |
| | | //public string rackCode { get; set; } |
| | | ////任务明细号 |
| | | //public string order_name { get; set; } |
| | | //任务明细号 |
| | | public string order_name { get; set; } |
| | | } |
| | | public class Parameters |
| | | { |
| | | //任务号 |
| | | public string BatchNo { get; set; } |
| | | //起点 |
| | | public string src { get; set; } |
| | | //起点缓存区 |
| | |
| | | public string dst_area { get; set; } |
| | | //零件类 |
| | | public string sku { get; set; } |
| | | //任务号 |
| | | public string BatchNo { get; set; } |
| | | //起点缓存区发料方式 |
| | | public string issueMode { get; set; } |
| | | //数量 |