From fcd49db2ee33ee2e1d33e5a41e53d9897a8a3b0f Mon Sep 17 00:00:00 2001 From: yanjinhui <3306209981@qq.com> Date: 星期四, 05 六月 2025 19:19:10 +0800 Subject: [PATCH] 限制plc伸到位报警,和限制开始作业无限点击问题 --- project/后台管理/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IAlarmResetHsyServer.cs | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git "a/project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IAlarmResetHsyServer.cs" "b/project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IAlarmResetHsyServer.cs" index c4575cf..9a06d4e 100644 --- "a/project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IAlarmResetHsyServer.cs" +++ "b/project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_ITelescopicService/IAlarmResetHsyServer.cs" @@ -21,7 +21,7 @@ /// <param name="alarmContent"></param> /// <param name="resetStatus"></param> /// <returns></returns> - WebResponseContent AddAlarmHsy(string alarmContent, bool resetStatus); + WebResponseContent AddAlarmHsy(int deptid, string alarmContent, bool resetStatus); @@ -44,5 +44,12 @@ /// </summary> WebResponseContent UpstreamInspectionRoad(UpstreamIDTO upstreamIDTO); + + /// <summary> + /// 鍒犻櫎璇ヨ建閬撶珯鐨勬姤璀︿俊鍙� + /// </summary> + /// <returns></returns> + WebResponseContent DeleteAllinform(); + } } -- Gitblit v1.9.3