| | |
| | | /// <param name="alarmContent"></param> |
| | | /// <param name="resetStatus"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent AddAlarmHsy(string alarmContent, bool resetStatus); |
| | | |
| | | |
| | | WebResponseContent AddAlarmHsy(int deptid, string alarmContent, bool resetStatus); |
| | | |
| | | /// <summary> |
| | | /// 查看表的全部信息,按照状态为ture,时间最新来排序 |
| | | /// 根据轨道站查看该表的全部信息,按照状态为ture和时间最新来排序 |
| | | /// </summary> |
| | | /// <param name="deptid">轨道站</param> |
| | | /// <returns></returns> |
| | | WebResponseContent GetWebSocketInfo(); |
| | | WebResponseContent GetWebSocketInfo(int deptid); |
| | | |
| | | |
| | | /// 将表中状态为true的改为false,根据登入者的部门id来 |
| | | /// 将表中状态为true的改为false,根据当前项目的部门id来 |
| | | /// </summary> |
| | | /// <param name="status"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent BecomeTrue(string account); |
| | | WebResponseContent BecomeTrue(); |
| | | |
| | | /// <summary> |
| | | /// 上游检修道信息 |
| | | /// </summary> |
| | | WebResponseContent UpstreamInspectionRoad(UpstreamIDTO upstreamIDTO); |
| | | |
| | | /// <summary> |
| | | /// 删除该轨道站的报警信号 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | WebResponseContent DeleteAllinform(); |
| | | |
| | | } |
| | | } |