| | |
| | | public string ts_name { get; set; } |
| | | public string createdNamne { get; set; } |
| | | |
| | | public parameters parameter { get; set; } |
| | | public parameters parameters { get; set; } |
| | | |
| | | |
| | | public string taskID { get; set; } |
| | |
| | | public class parameters |
| | | { |
| | | public string src { get; set; } |
| | | public string src_area { get; set; } |
| | | public string dst { get; set; } |
| | | public string dst_area { get; set; } |
| | | public string sku { get; set; } |
| | | public string BatchNo { get; set; } |
| | | public string issueMode { get; set; } |
| | | public int num { get; set; } |
| | | public string boxType { get; set; } |
| | | |
| | | |
| | | } |