26-03-15-09:53 火力规则模块:获取通信组件的所有平台和组件 增加返回平台description字段
This commit is contained in:
@@ -39,5 +39,10 @@ public interface FireRuleService {
|
||||
*/
|
||||
List<PlatformComponent> getComponents(Integer platformId);
|
||||
|
||||
/**
|
||||
* 根据场景id获取所有平台及其组件
|
||||
* @param scenarioId
|
||||
* @return
|
||||
*/
|
||||
List<Platform> findPlatformComponents(Integer scenarioId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user