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/api/ApiModel.cs |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 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 0510206..fde61d6 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs
+++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs
@@ -394,7 +394,7 @@
         /// mes浠诲姟鍙�         /// </summary>
         public string mesTaskNo { get; set; }
-      
+
 
     }
 
@@ -577,6 +577,12 @@
         /// </summary>
         [JsonProperty("qty")]
         public int Qty { get; set; }
+
+        /// <summary>
+        /// 鏈哄瀷
+        /// </summary>
+        [JsonProperty("powderType")]
+        public string PowderType { get; set; }
     }
 
     /// <summary>
@@ -667,7 +673,11 @@
         [JsonProperty("workCenter")]
         public string WorkCenter { get; set; }
 
-
+        /// <summary>
+        /// 鏈哄瀷
+        /// </summary>
+        [JsonProperty("powderType")]
+        public string PowderType { get; set; }
     }
 
     /// <summary>
@@ -988,7 +998,7 @@
         /// <summary>
         /// 璁惧淇℃伅
         /// </summary>
-       public List<DeviceInfos> DeviceInfos { get; set; }
+        public List<DeviceInfos> DeviceInfos { get; set; }
     }
 
     public partial class DeviceInfos
@@ -1022,6 +1032,6 @@
         public string AgvInfo { get; set; }
     }
 
-   
+
     #endregion
 }

--
Gitblit v1.9.1