feat:acs交互接口定义

(cherry picked from commit c89590f76f)
This commit is contained in:
2026-07-30 10:15:05 +08:00
parent 04ffd865a3
commit cd62a2528d
10 changed files with 243 additions and 77 deletions

View File

@@ -194,6 +194,12 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>