From a99ceecce8c9a2521ac1fc167f4eff764cbdb123 Mon Sep 17 00:00:00 2001
From: 海波 张 <2956280567@qq.com>
Date: 星期一, 19 五月 2025 17:35:18 +0800
Subject: [PATCH] bug优化

---
 api/ApiModel.cs |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/api/ApiModel.cs b/api/ApiModel.cs
index bb25cbe..12187fe 100644
--- a/api/ApiModel.cs
+++ b/api/ApiModel.cs
@@ -92,7 +92,15 @@
             public string ext_data { get; set; }
         }
 
-
+        /// <summary>
+        /// 鎺ラ┏浣嶅潎琛¤褰�+        /// </summary>
+        public class connectionBalance
+        {
+            public int taskCount { get; set; }
+            public Location loc { get; set; }
+          
+        }
 
         /// <summary>
         /// osttoagv涓婃姤鍏跺畠浜嬩欢淇℃伅

--
Gitblit v1.9.1