From ef4e456bb392c7260f2d8af886d7786f471b6ae0 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期一, 02 三月 2026 10:41:03 +0800
Subject: [PATCH] 11

---
 代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/WMS/WMSController.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/WMS/WMSController.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/WMS/WMSController.cs"
index 59a8897..0675f11 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/WMS/WMSController.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/WMS/WMSController.cs"
@@ -5,6 +5,7 @@
 using System.Threading.Tasks;
 using WIDESEAWCS_Core;
 using WIDESEAWCS_DTO.WMS;
+using WIDESEAWCS_IBasicInfoService;
 using WIDESEAWCS_ITaskInfoService;
 
 namespace WIDESEAWCS_Server.Controllers.WMS
@@ -14,9 +15,11 @@
     public class WMSController : ControllerBase
     {
         private readonly ITaskService _taskService;
-        public WMSController(ITaskService taskService)
+        private readonly IStationMangerService _stationMangerService;
+        public WMSController(ITaskService taskService, IStationMangerService stationMangerService)
         {
             _taskService = taskService;
+            _stationMangerService = stationMangerService;
         }
 
 

--
Gitblit v1.9.3