From 3428deadb4b60ef25dbd06fbf53905fc51c7616e Mon Sep 17 00:00:00 2001
From: zxx <Zxx@HanInfo>
Date: 星期一, 07 七月 2025 17:06:45 +0800
Subject: [PATCH] 1

---
 HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs |   36 +++++++++++++++++++++++++-----------
 1 files changed, 25 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 e5b0d60..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,33 +345,44 @@
 
 
 
+
+
     ////鍙嶉灏忕背
     //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; }
         public string msg { get; set; }
         public int orderID { get; set; }
         public string orderData { get; set; }

--
Gitblit v1.9.1