From 1319cb7072623dff12369a889af766db2d166def Mon Sep 17 00:00:00 2001
From: lss <2538410689@qq.com>
Date: 星期一, 28 七月 2025 17:58:47 +0800
Subject: [PATCH] 叠盘机优化

---
 HH.WCS.Mobox3 - 大车间/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs |   48 ++++++++++++++++++++++++++++++++++--------------
 1 files changed, 34 insertions(+), 14 deletions(-)

diff --git "a/HH.WCS.Mobox3 - \345\244\247\350\275\246\351\227\264/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs" "b/HH.WCS.Mobox3 - \345\244\247\350\275\246\351\227\264/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs"
index 2151646..95f264f 100644
--- "a/HH.WCS.Mobox3 - \345\244\247\350\275\246\351\227\264/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs"
+++ "b/HH.WCS.Mobox3 - \345\244\247\350\275\246\351\227\264/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs"
@@ -292,14 +292,24 @@
         public string icode { get; set; }
         public string imsg { get; set; }
 
+
     }
+
+  
 
     public class MesResult<T>
     {
-        public string code { get; set; }
-        public string msg { get; set; }
+        public string icode { get; set; }
+        public string imsg { get; set; }
 
-        public List<T> idata { get; set; }
+        public  T idata { get; set; }
+    }
+
+    public class MesStatus
+    {
+        public string status { get; set; }
+
+
     }
     public class Resultmobox
     {
@@ -457,7 +467,17 @@
         public int qtyCfg { get; set; }
     }
 
-
+    public class MstStateInquire
+    {
+        /// <summary>
+        /// 浠诲姟鍙�+        /// </summary>
+        public string taskNum { get; set; }
+        /// <summary>
+        /// 浠诲姟鐘舵�
+        /// </summary>
+        public string taskStatus { get; set; }
+    }
 
     /// <summary>
     /// Request
@@ -558,28 +578,28 @@
         /// <summary>
         /// 搴撳尯
         /// </summary>
-        [JsonPropertyName("warehouse")]
-        public string Warehouse { get; set; }
+       
+        public string warehouse { get; set; }
         /// <summary>
         /// 鏈哄彴缂栧彿
         /// </summary>
-        [JsonPropertyName("workCenter")]
-        public string WorkCenter { get; set; }
+       
+        public string workCenter { get; set; }
         /// <summary>
         /// 搴撲綅缂栫爜
         /// </summary>
-        [JsonPropertyName("locationNum")]
-        public string LocationNum { get; set; }
+   
+        public string locationNum { get; set; }
         /// <summary>
         /// 搴撲綅绫诲瀷
         /// </summary>
-        [JsonPropertyName("type")]
-        public string Type { get; set; }
+
+        public string type { get; set; }
         /// <summary>
         /// 璐т綅鐘舵�
         /// </summary>
-        [JsonPropertyName("lockState")]
-        public string LockState { get; set; }
+     
+        public string lockState { get; set; }
     }
 
    

--
Gitblit v1.9.1