交换机监控策略bug修复

This commit is contained in:
gaoyutao
2025-10-16 19:05:46 +08:00
parent c6937eb44b
commit b3f16d2c8f
5 changed files with 8 additions and 8 deletions
@@ -52,7 +52,7 @@ public interface RmTemplateLinuxMapper
* @return 结果
*/
public int deleteRmTemplateLinuxById(Long id);
public int deleteRmTemplateLinuxByPolicyId(Long policyId);
public int deleteByPolicyId(Long policyId);
/**
* 批量删除Linux系统监控项
@@ -52,7 +52,7 @@ public interface RmTemplateSwitchMapper
* @return 结果
*/
public int deleteRmTemplateSwitchById(Long id);
public int deleteRmTemplateSwitchByPolicyId(Long policyId);
public int deleteByPolicyId(Long policyId);
/**
* 批量删除交换机监控模板