diff --git a/auto-solution-admin/pom.xml b/auto-solution-admin/pom.xml index 3cff69c..7666e80 100644 --- a/auto-solution-admin/pom.xml +++ b/auto-solution-admin/pom.xml @@ -81,6 +81,21 @@ solution-scene + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + org.springframework.security + spring-security-test + test + + diff --git a/auto-solution-rule/src/main/java/com/solution/rule/domain/BasicPlatform.java b/auto-solution-rule/src/main/java/com/solution/rule/domain/BasicPlatform.java index 457f6a1..7863860 100644 --- a/auto-solution-rule/src/main/java/com/solution/rule/domain/BasicPlatform.java +++ b/auto-solution-rule/src/main/java/com/solution/rule/domain/BasicPlatform.java @@ -20,6 +20,16 @@ public class BasicPlatform implements Serializable { private String description; + private Integer behaviortreeId; + + public Integer getBehaviortreeId() { + return behaviortreeId; + } + + public void setBehaviortreeId(Integer behaviortreeId) { + this.behaviortreeId = behaviortreeId; + } + public Integer getId() { return id; } diff --git a/auto-solution-rule/src/main/resources/mapper/rule/FireRuleMapper.xml b/auto-solution-rule/src/main/resources/mapper/rule/FireRuleMapper.xml index 78b5264..018045b 100644 --- a/auto-solution-rule/src/main/resources/mapper/rule/FireRuleMapper.xml +++ b/auto-solution-rule/src/main/resources/mapper/rule/FireRuleMapper.xml @@ -88,6 +88,7 @@ +