代码提交:3-13

This commit is contained in:
2026-03-13 14:44:01 +08:00
parent ebdd783f8c
commit 95fab8f7bf
158 changed files with 13617 additions and 1931 deletions

View File

@@ -41,6 +41,13 @@
<artifactId>pagehelper-spring-boot-starter</artifactId>
</dependency>
<!-- MyBatis Plus 依赖 -->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.5.3</version>
</dependency>
<!-- 自定义验证注解 -->
<dependency>
<groupId>org.springframework.boot</groupId>