| | |
| | | { |
| | | public int State { get; set; } |
| | | public string No { get; set; } |
| | | |
| | | public string ForkliftNo { get; set; } |
| | | public string ErrCode { get; set; } |
| | | public string LockNo { get; set; } |
| | |
| | | /// </summary> |
| | | public class MPSorting |
| | | { |
| | | public string cntr_type { get; set; } |
| | | public string cntr_code { get; set; } |
| | | public string start { get; set; } |
| | | |
| | |
| | | public float qty { get; set; } |
| | | } |
| | | /// <summary> |
| | | /// 空托出入库 |
| | | /// </summary> |
| | | public class KtSorting |
| | | { |
| | | public string cntr_code { get; set; }//容器 |
| | | public string item_code { get; set; } |
| | | |
| | | public string start { get; set; }//容器 |
| | | public int? Type { get; set; } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 人工分拣入参 |
| | | /// </summary> |
| | | public class FJSorting |
| | | { |
| | | public string cntr_code { get; set; }//容器 |
| | | public string cntr_type { get; set; }//容器 |
| | | |
| | | public string start { get; set; }//容器 |
| | | public bool IsHK { get; set; }//容器 |