| | |
| | | /// 额外信息2 |
| | | /// </summary> |
| | | public string extraInfo2 { get; set; } |
| | | |
| | | // |
| | | public string StatusChangeTime { get; set; } |
| | | } |
| | | |
| | | public class orderReroute |
| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | ////反馈小米 |
| | | //public class XiaoMiOrderStatusReport |
| | | //{ |
| | | // public string StatusChangeTime { get; set; } |
| | | // public int orderID { get; set; } |
| | | // public int orderName { get; set; } |
| | | // public string orderStatus { get; set; } |
| | | // public int errorCode { get; set; } |
| | | // public string extraInfo1 { get; set; } |
| | | // public string agvIDList { get; set; } |
| | | // public int priority { get; set; } |
| | | // public string currentDes { get; set; } |
| | | // public string currentCmd { get; set; } |
| | | // public int errorCode { get; set; } |
| | | // public string extraInfo1 { get; set; } |
| | | // //public statusParameter extraInfo1 { get; set; } |
| | | // public string extraInfo2 { get; set; } |
| | | // public string deadLine { get; set; } |
| | | // public string agvIDList { get; set; } |
| | | // public string currentCmd { get; set; } |
| | | // public string createdTime { get; set; } |
| | | // public string createdUser { get; set; } |
| | | // public string orderName { get; set; } |
| | | // public string StatusChangeTime { get; set; } |
| | | |
| | | //} |
| | | //public class statusParameter |
| | | //{ |
| | | // public string wcstaskCode { get; set; } |
| | | // public string rcstaskCode { get; set; } |
| | | // public string sku { get; set; } |
| | | // public string boxType{ get; set; } |
| | | // public string num { get; set; } |
| | | //} |
| | | |
| | | |
| | | /// <summary> |
| | | /// 返回给GZ |
| | | /// </summary> |
| | | public class GzResult |
| | | /// <summary> |
| | | /// 返回给GZ |
| | | /// </summary> |
| | | public class GzResult |
| | | { |
| | | public int resultCode { get; set; } |
| | | public bool success { get; set; } |
| | | public string msg { get; set; } |
| | | public int orderID { get; set; } |
| | | public string orderData { get; set; } |