From fe442ab8c9ba6648b140f253902b4ef24c5618bf Mon Sep 17 00:00:00 2001
From: lss <Lss@HanInfo>
Date: 星期二, 20 五月 2025 18:26:31 +0800
Subject: [PATCH] 合肥佳通变更

---
 HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs |  103 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 103 insertions(+), 0 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 6a6df35..4b2c268 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs
+++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs
@@ -212,6 +212,109 @@
         }
 
         /// <summary>
+        /// 鐗╂枡鍥炴姤鏁版嵁妯″瀷
+        /// </summary>
+        public partial class MesItemBackModel
+        {
+            /// <summary>
+            /// 鍒拌揣鏃堕棿
+            /// </summary>
+            [JsonProperty("arricalTime")]
+            public string ArricalTime { get; set; }
+
+            /// <summary>
+            /// 搴撲綅缂栧彿
+            /// </summary>
+            [JsonProperty("locationNum")]
+            public string LocationNum { get; set; }
+
+           /// <summary>
+            /// 
+            /// </summary>
+            [JsonProperty("result")]
+            public string Result { get; set; }
+
+           
+
+            /// <summary>
+            /// mes浠诲姟鍙�+            /// </summary>
+            [JsonProperty("taskNumber")]
+            public string TaskNumber { get; set; }       
+            /// <summary>
+            ///Wms浠诲姟鍙�+            /// </summary>
+            [JsonProperty("wmsTaskNumber")]
+            public string WmsTaskNumber { get; set; }
+
+            [JsonProperty("list")]
+            public List<MesItemBackInfoModel> List { get; set; }
+
+
+        }
+
+        /// <summary>
+        /// 鐗╂枡鍒颁綅鍥炴姤鏄庣粏
+        /// </summary>
+        public partial class MesItemBackInfoModel
+        {
+            /// <summary>
+            ///  瀛愬簱
+            /// </summary>
+            [JsonProperty("subpool")]
+            public string Subpool { get; set; } 
+            /// <summary>
+            ///  wms
+            /// </summary>
+            [JsonProperty("wmsLot")]
+            public string WmsLot { get; set; } 
+            /// <summary>
+            /// 鏀惰幏鎵规
+            /// </summary>
+            [JsonProperty("receiveLot")]
+            public string ReceiveLot { get; set; }
+            /// <summary>
+            /// 閲嶉噺
+            /// </summary>
+            [JsonProperty("qty")]
+            public string Qty { get; set; } 
+            /// <summary>
+            ///渚涘簲鍟�+            /// </summary>
+            [JsonProperty("supplier")]
+            public string Supplier { get; set; } 
+            /// <summary>
+            /// 杞瀷
+            /// </summary>
+            [JsonProperty("tyreType")]
+            public string TyreType { get; set; }    
+            /// <summary>
+            /// 鐢熶骇鏃堕棿
+            /// </summary>
+            [JsonProperty("produceTime")]
+            public string ProduceTime { get; set; }
+
+            /// <summary>
+            /// 鐗╂枡缂栫爜
+            /// </summary>
+            [JsonProperty("partNumber")]
+            public string PartNumber { get; set; }
+
+            /// <summary>
+            /// 宸ヨ缂栧彿
+            /// </summary>
+            [JsonProperty("rfid")]
+            public string Rfid { get; set; }
+
+            /// <summary>
+            /// 鐗╂枡鎵规淇℃伅
+            /// </summary>
+            [JsonProperty("lotNumber")]
+            public string LotNumber { get; set; }
+
+          
+        }
+        /// <summary>
         /// 浠诲姟涓婃姤
         /// </summary>
         public class GTWMSData

--
Gitblit v1.9.1