Merge remote-tracking branch 'origin/master'

This commit is contained in:
MHW
2026-03-15 09:33:09 +08:00
23 changed files with 1435 additions and 190 deletions

View File

@@ -53,6 +53,12 @@ public class FireRuleController extends BaseController {
return success(ruleService.getCommPlatformComponentNames(scenarioId));
}
@GetMapping("/platforms/{scenarioId}")
@ApiOperation("获取通信组件的所有平台和组件")
public AjaxResult platforms(@PathVariable Integer scenarioId){
return success(ruleService.findPlatformComponents(scenarioId));
}
/**
* 根据平台id获取平台下所有组件
* @param platformId