tlias管理系统-员工分页插件PageHelper查询功能实现

This commit is contained in:
2025-10-11 11:02:37 +08:00
parent 5663436df9
commit 1298e154a5
4 changed files with 44 additions and 9 deletions

View File

@@ -40,6 +40,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!--分页插件依赖-->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.4.2</version>
</dependency>
</dependencies>
<dependencyManagement>