From d723d5c1413bb38ceb7d7404f4817e6540c3c2a0 Mon Sep 17 00:00:00 2001
From: yanjinhui <3306209981@qq.com>
Date: 星期四, 12 六月 2025 16:18:33 +0800
Subject: [PATCH] 人脸识别

---
 project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IMaintenanceService.cs |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IMaintenanceService.cs b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IMaintenanceService.cs
index 10e8023..a0799f5 100644
--- a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IMaintenanceService.cs
+++ b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IMaintenanceService.cs
@@ -29,11 +29,11 @@
         WebResponseContent PersonnelMonitoring(PaginationDTO pagination);
 
         /// <summary>
-        /// 鏇存敼鐘舵�侊紝杩愯杩涘叆妫�淇�
+        /// 鏇存敼鐘舵�侊紝寮哄埗涓嬬嚎
         /// </summary>
         /// <param name="id"></param>
         /// <returns></returns>
-        WebResponseContent RunOperation(int id,string  ispossible);
+        WebResponseContent RunOperation(int id, string account, string LocalIP);
 
         WebResponseContent ChangeTasState(int id);
 
@@ -59,10 +59,14 @@
         /// </summary>
         /// <param name="id">鐢ㄦ埛id</param>
         /// <returns></returns>
-        WebResponseContent StopMaintenanceTask(string account);
+        WebResponseContent StopMaintenanceTask(string account,string LocalIP);
 
-
-
+        /// <summary>
+        ///  灞曠ず寮�濮嬫淇汉鍛�(鍓嶇娌℃湁浣跨敤鍒�)
+        /// </summary>
+        /// <param name="status">妫�淇姸鎬�</param>
+        /// <returns></returns>
+        WebResponseContent YShowStartTake();
 
     }
 

--
Gitblit v1.9.3