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 LocalIP); WebResponseContent ChangeTasState(int id);