From a253f2d8b497ba58896ca27a93b7282fe1ffcfe3 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 22 四月 2026 15:54:01 +0800
Subject: [PATCH] feat(ITaskService): 新增 HasExecutingTaskToTarget 接口方法

---
 Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/Http/HTTP/HttpResponseResult.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/Http/HTTP/HttpResponseResult.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/Http/HTTP/HttpResponseResult.cs
index 9b2e48d..322176c 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/Http/HTTP/HttpResponseResult.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/Http/HTTP/HttpResponseResult.cs
@@ -3,6 +3,7 @@
 using System.Linq;
 using System.Net;
 using System.Text;
+using System.Text.Json.Serialization;
 using System.Threading.Tasks;
 
 namespace WIDESEA_Core
@@ -43,8 +44,9 @@
         public string ErrorMessage { get; set; }
 
         /// <summary>
-        /// 寮傚父淇℃伅
+        /// 寮傚父淇℃伅锛堜笉鍙備笌JSON搴忓垪鍖栵紝鍥燛xception.TargetSite绫诲瀷鏃犳硶琚玈ystem.Text.Json搴忓垪鍖栵級
         /// </summary>
+        [JsonIgnore]
         public Exception Exception { get; set; }
 
         /// <summary>

--
Gitblit v1.9.3