添加behaviortreeId字段返回

This commit is contained in:
MHW
2026-04-20 16:02:54 +08:00
parent 2ea04b98f8
commit 0cd8455c9d
5 changed files with 6715 additions and 0 deletions

View File

@@ -81,6 +81,21 @@
<artifactId>solution-scene</artifactId>
</dependency>
<!-- 单元测试依赖 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!-- Spring Security 测试支持(如果接口有权限控制) -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>