From 0aac30d1c6f1ca0c2bf7662fb9ca4f0d98b3bca7 Mon Sep 17 00:00:00 2001 From: z8018 <1282578289@qq.com> Date: 星期一, 09 六月 2025 14:29:25 +0800 Subject: [PATCH] Merge branch 'qy0427' of http://115.159.85.185:8098/r/MeiXinLaiRui/ShenSuoGanKongZhi into qy0427 --- project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Telescopic/MaintenanceController.cs | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Telescopic/MaintenanceController.cs b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Telescopic/MaintenanceController.cs index dc8fbd4..1a89567 100644 --- a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Telescopic/MaintenanceController.cs +++ b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/Controllers/Telescopic/MaintenanceController.cs @@ -33,7 +33,7 @@ } /// <summary> - /// 鍦ㄦ淇汉鍛樼洃鎺� + /// 鍦ㄦ淇汉鍛樼洃鎺э紙鏁板瓧澶у睆锛� /// </summary> /// <returns></returns> [HttpPost, Route("PersonnelMonitoring"), AllowAnonymous] @@ -117,5 +117,18 @@ { return Service.StopMaintenanceTask(account); } + + + /// <summary> + /// 灞曠ず寮�濮嬫淇汉鍛� + /// </summary> + /// <param name="status">妫�淇姸鎬�</param> + /// <returns></returns> + [HttpPost,Route("YShowStartTake")] + public WebResponseContent YShowStartTake() + { + return Service.YShowStartTake(); + } + } } -- Gitblit v1.9.3