From 3865194441f1e1da34c0be9034d86c8d0d68706c Mon Sep 17 00:00:00 2001
From: lss <2538410689@qq.com>
Date: 星期五, 04 七月 2025 17:26:23 +0800
Subject: [PATCH] 接口调用中间表开发

---
 HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs
index a10b927..30b55ea 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs
+++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs
@@ -85,7 +85,6 @@
             /// 鐗╂枡鍙�             /// </summary>
             public int taskSource { get; set; }
-
             /// <summary>
             /// 鏁伴噺
             /// </summary>
@@ -161,7 +160,12 @@
             /// 鐘舵�鍙樻洿鏃堕棿
             /// </summary>
             [JsonProperty("flag")]
-            public int Flag { get; set; }   
+            public int Flag { get; set; }
+            /// <summary>
+            /// 閫氫俊瀛楁
+            /// </summary>
+            [JsonProperty("info")]
+            public string Info { get; set; }
          
         }
 
@@ -331,7 +335,21 @@
             [JsonProperty("partLevel")]
             public string PartLevel { get; set; }
 
-          
+            /// <summary>
+            /// 鍗曞寘閲�+            /// </summary>
+            [JsonProperty("weightBag")]
+            public string WeightBag { get; set; }
+            /// <summary>
+            /// 褰撳墠鍖呮暟
+            /// </summary>
+            [JsonProperty("curBagNum")]
+            public string CurBagNum { get; set; }
+            /// <summary>
+            /// 鍒濆鏁伴噺
+            /// </summary>
+            [JsonProperty("initBagNum")]
+            public string InitBagNum { get; set; }
         }
         /// <summary>
         /// 浠诲姟涓婃姤

--
Gitblit v1.9.1