验收3-设备保护告警同步本地

This commit is contained in:
2025-11-13 00:02:47 +08:00
parent f1e819ba2b
commit 38ade0c2ed
13 changed files with 960 additions and 62 deletions

View File

@ -58,4 +58,7 @@ public interface IEmsFaultProtectionPlanService
* @return 结果
*/
public int deleteEmsFaultProtectionPlanById(Long id);
// 处理云上同步设备保护告警信息
public void dealSyncData(String content, String operateType);
}