图例相关接口完善等

This commit is contained in:
mi9688
2024-10-11 12:29:15 +08:00
parent 04def663c1
commit eefc4e9a45
30 changed files with 835 additions and 117 deletions

View File

@ -16,6 +16,12 @@
</description>
<dependencies>
<!-- 单元测试-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!-- spring-boot-devtools -->
<dependency>