From 7f34e14e8eefc2eb178eb2786e5989fe53b207bb Mon Sep 17 00:00:00 2001
From: pengmn <pmn@HanInfo>
Date: 星期一, 07 七月 2025 17:05:14 +0800
Subject: [PATCH] 1

---
 HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/api/ApiModel.cs |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 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..299b8e3 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,38 @@
         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 +371,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