From eaefefa5c4cf5ce403ce5f0dcf09a5ad21837e43 Mon Sep 17 00:00:00 2001 From: zxx <Zxx@HanInfo> Date: 星期一, 07 七月 2025 17:34:44 +0800 Subject: [PATCH] 1 --- HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs | 35 ++++++++++++++++++++++++----------- 1 files changed, 24 insertions(+), 11 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs index 09206b3..57ee37e 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs @@ -310,6 +310,9 @@ /// 棰濆淇℃伅2 /// </summary> public string extraInfo2 { get; set; } + + // + public string StatusChangeTime { get; set; } } public class orderReroute @@ -342,31 +345,41 @@ + + ////鍙嶉灏忕背 //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> - /// 杩斿洖缁橤Z - /// </summary> - public class GzResult + /// <summary> + /// 杩斿洖缁橤Z + /// </summary> + public class GzResult { public int resultCode { get; set; } public bool success { get; set; } -- Gitblit v1.9.1