From f3c8f980269b7f8fd9556c9076e06ca1461796e8 Mon Sep 17 00:00:00 2001
From: lss <2538410689@qq.com>
Date: 星期二, 15 七月 2025 17:30:55 +0800
Subject: [PATCH] 1111

---
 HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs |   65 ++++++++++++++++++++++++++++++++
 1 files changed, 65 insertions(+), 0 deletions(-)

diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs
index fde61d6..5e1e0a0 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs
+++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs
@@ -853,6 +853,71 @@
     }
 
     /// <summary>
+    /// 鏂扮偣瀵圭偣鎺ュ彛
+    /// </summary>
+    public class PointModel
+    {
+        /// <summary>
+        /// MES鐨勪换鍔″彿
+        /// </summary>
+        [JsonProperty("taskNumber")]
+        public string TaskNumber { get; set; }
+        /// <summary>
+        /// 鐩爣浣嶇疆
+        /// </summary>
+
+        [JsonProperty("targetLocation")]
+        public string TargetLocation { get; set; }
+        /// <summary>
+        /// 璧峰浣嶇疆
+        /// </summary>
+
+        [JsonProperty("initialLocation")]
+        public string InitialLocation { get; set; }
+        /// <summary>
+        /// 浠诲姟绫诲瀷锛�.鍑哄钩搴擄紝2鍏ュ钩搴擄紝3骞冲簱绌哄伐瑁呭懠鍙紝4骞冲簱浣欐枡鍥炲簱锛�绮夋枡绌烘墭杩斿洖銆�+        /// </summary>
+
+        [JsonProperty("status")]
+        public string Status { get; set; } // 娉ㄦ剰锛氬師濮嬪�鏄瓧绗︿覆"1"
+        /// <summary>
+        /// 鎵樼洏鍙�+        /// </summary>
+
+        [JsonProperty("rfid")]
+        public string Rfid { get; set; }
+        /// <summary>
+        /// 鐗╂枡缂栫爜
+        /// </summary>
+
+        [JsonProperty("partNumber")]
+        public string PartNumber { get; set; }
+        /// <summary>
+        /// 鐗╂枡鎻忚堪
+        /// </summary>
+
+        [JsonProperty("partDesc")]
+        public string PartDescription { get; set; } // 浣跨敤鏇寸鍚圕#瑙勮寖鐨勫懡鍚�+        /// <summary>
+        /// 鎵规閲嶉噺
+        /// </summary>
+
+        [JsonProperty("weight")]
+        public string Weight { get; set; } // 鍘熷鍊兼槸瀛楃涓�120"
+        /// <summary>
+        /// 鍒版湡鏃堕棿
+        /// </summary>
+
+        [JsonProperty("maturityTime")]
+        public string MaturityTime { get; set; }
+        /// <summary>
+        /// 鐢熶骇鏃堕棿
+        /// </summary>
+
+        [JsonProperty("productionTime")]
+        public string ProductionTime { get; set; }
+    }
+    /// <summary>
     /// 璐т綅淇℃伅鍚屾
     /// </summary>
     public partial class UploadLoc

--
Gitblit v1.9.1