From d0a265713fd18162f3a82bdcd22e267df7298c7b Mon Sep 17 00:00:00 2001
From: 杨前锦 <1010338399@qq.com>
Date: 星期一, 26 五月 2025 08:59:52 +0800
Subject: [PATCH] 印尼佳通-半制品代码逻辑优化

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

diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/api/ApiModel.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/api/ApiModel.cs
index b970b4e..66bd3f1 100644
--- a/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/api/ApiModel.cs
+++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.YNJT_PT/api/ApiModel.cs
@@ -18,6 +18,13 @@
             public string ResultMsg { get; set; }
 
         }
+
+        public class ResponseResult {
+            public int code { get; set; } = 0;
+            public string msg { get; set; }
+            public object data { get; set; }
+        }
+
         /// <summary>
         /// hosttoagv涓婃姤浠诲姟鐘舵�
         /// </summary>

--
Gitblit v1.9.1