From 6c026d34f26d9c986fb1752d740deab3499f2ec5 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期四, 09 四月 2026 18:12:26 +0800
Subject: [PATCH] 添加接口调用:裁片入库3F到4F运输箱号校验、4F提升机出口托盘号上报WMS

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSReturn.cs |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSReturn.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSReturn.cs"
index 1607927..72ad09a 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSReturn.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_DTO/WMS/WMSReturn.cs"
@@ -23,11 +23,11 @@
         /// <summary>
         /// TRUE
         /// </summary>
-        public string success { get; set; }
+        public bool success { get; set; }
         /// <summary>
         /// 鎴愬姛
         /// </summary>
-        public string result { get; set; }
+        public object result { get; set; }
         /// <summary>
         /// 鏃堕棿鎴�
         /// </summary>
@@ -38,4 +38,16 @@
         /// </summary>
         public object data { get; set; }
     }
+
+    public class Exists
+    {
+        /// <summary>
+        /// 鏄惁鍦ㄩ��
+        /// </summary>
+        public bool taskExists { get; set; }
+        /// <summary>
+        /// 寮傚父鍦板潃
+        /// </summary>
+        public string errorAreaCode { get; set; }
+    }
 }

--
Gitblit v1.9.3