From cee2bc19f3e1b0cf528affb23e3819bf94672eea Mon Sep 17 00:00:00 2001
From: lss <2538410689@qq.com>
Date: 星期五, 27 六月 2025 00:35:21 +0800
Subject: [PATCH] 优化

---
 HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs |   25 ++++++++++++++++++++++---
 1 files changed, 22 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 4b2c268..a10b927 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs
+++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs
@@ -151,7 +151,18 @@
             /// 鐘舵�鍙樻洿鏃堕棿
             /// </summary>
             [JsonProperty("time")]
-            public string Time { get; set; }
+            public string Time { get; set; }    
+            /// <summary>
+            /// 鐘舵�鍙樻洿鏃堕棿
+            /// </summary>
+            [JsonProperty("rfid")]
+            public string Rfid { get; set; }     
+            /// <summary>
+            /// 鐘舵�鍙樻洿鏃堕棿
+            /// </summary>
+            [JsonProperty("flag")]
+            public int Flag { get; set; }   
+         
         }
 
         public partial class iteminfoArrive
@@ -234,8 +245,6 @@
             [JsonProperty("result")]
             public string Result { get; set; }
 
-           
-
             /// <summary>
             /// mes浠诲姟鍙�             /// </summary>
@@ -246,6 +255,11 @@
             /// </summary>
             [JsonProperty("wmsTaskNumber")]
             public string WmsTaskNumber { get; set; }
+            /// <summary>
+            /// 宸ヨ缂栧彿
+            /// </summary>
+            [JsonProperty("rfid")]
+            public string Rfid { get; set; }
 
             [JsonProperty("list")]
             public List<MesItemBackInfoModel> List { get; set; }
@@ -311,6 +325,11 @@
             /// </summary>
             [JsonProperty("lotNumber")]
             public string LotNumber { get; set; }
+            /// <summary>
+            /// 鐗╂枡绛夌骇
+            /// </summary>
+            [JsonProperty("partLevel")]
+            public string PartLevel { get; set; }
 
           
         }

--
Gitblit v1.9.1