From 0cd8455c9dbf2c0788fcd6a6a6b41b0531f74e1d Mon Sep 17 00:00:00 2001 From: MHW Date: Mon, 20 Apr 2026 16:02:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0behaviortreeId=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto-solution-admin/pom.xml | 15 + .../solution/rule/domain/BasicPlatform.java | 10 + .../resources/mapper/rule/FireRuleMapper.xml | 1 + .../src/main/resources/task/data.json | 204 + .../src/main/resources/task/kj-3.json | 6485 +++++++++++++++++ 5 files changed, 6715 insertions(+) create mode 100644 auto-solution-rule/src/main/resources/task/data.json create mode 100644 auto-solution-rule/src/main/resources/task/kj-3.json 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 @@ +