From 32a9985c4a3a326d4c30432374247cca5e172c93 Mon Sep 17 00:00:00 2001
From: zxx <Zxx@HanInfo>
Date: 星期五, 04 七月 2025 16:55:49 +0800
Subject: [PATCH] 1

---
 HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 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 1931983..09206b3 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs
+++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs
@@ -312,6 +312,36 @@
         public string extraInfo2 { get; set; }
     }
 
+    public class orderReroute
+    {
+        /// <summary>
+        /// 浠诲姟鍙�+        /// </summary>
+        public string orderName { get; set; }
+        /// <summary>
+        /// 鐢宠绫诲瀷  1琛ㄧず鏄惁鐢宠缁曡矾锛�琛ㄧず鐢宠鐩爣璐т綅
+        /// </summary>
+        public int orderType { get; set; }
+    }
+
+    public class orderTraffic
+    {
+        /// <summary>
+        /// 浜ょ鍖哄煙缂栫爜
+        /// </summary>
+        public string location { get; set; }
+        /// <summary>
+        /// 璁惧鍙�+        /// </summary>
+        public string deviceCode { get; set; }
+        /// <summary>
+        /// 绫诲瀷
+        /// </summary>
+        public string type { get; set; }
+    }
+
+
+
     ////鍙嶉灏忕背
     //public class XiaoMiOrderStatusReport
     //{
@@ -339,8 +369,10 @@
     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; }
     }
 
     /// <summary>

--
Gitblit v1.9.1