页面各种功能接口

This commit is contained in:
2026-04-29 18:19:58 +08:00
parent 0440330226
commit 70aa383c9c
13 changed files with 479 additions and 12 deletions

11
pom.xml
View File

@@ -77,6 +77,17 @@
<artifactId>hutool-all</artifactId>
<version>5.8.25</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
<version>3.5.5</version>
</dependency>
<!-- FastJSON2 最新稳定版 -->
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
<version>2.0.32</version>
</dependency>
</dependencies>
<build>