UPDATE: VERSION-20260314

This commit is contained in:
libertyspy
2026-03-14 22:35:31 +08:00
parent 2e55254412
commit db97d8a026
5 changed files with 109 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
package com.solution.rule.mapper;
import com.solution.rule.domain.Platform;
import com.solution.rule.domain.PlatformComponent;
import com.solution.rule.domain.vo.ComponentCountVO;
import com.solution.rule.domain.vo.PlatformComponentNamesVO;
@@ -39,4 +40,6 @@ public interface FireRuleMapper {
* @return
*/
List<PlatformComponent> getComponents(Integer platformId);
List<Platform> findPlatformComponents(Integer scenarioId);
}