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,6 +1,7 @@
package com.solution.rule.service;
import com.solution.rule.domain.FireRuleExecuteDTO;
import com.solution.rule.domain.Platform;
import com.solution.rule.domain.PlatformComponent;
import com.solution.rule.domain.vo.PlatformComponentNamesVO;
import com.solution.rule.domain.vo.PlatformWeaponAggregateVO;
@@ -37,4 +38,6 @@ public interface FireRuleService {
* @return
*/
List<PlatformComponent> getComponents(Integer platformId);
List<Platform> findPlatformComponents(Integer scenarioId);
}