| | |
| | | /// </summary> |
| | | /// <param name="id"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent RunOperation(int id, string LocalIP); |
| | | WebResponseContent RunOperation(int id, string account, string LocalIP); |
| | | |
| | | WebResponseContent ChangeTasState(int id); |
| | | |
| | |
| | | /// </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> |