feat:分页查询

This commit is contained in:
xiang
2025-09-23 22:41:27 +08:00
parent 8d31023505
commit 33c7e5fc5a
3 changed files with 13 additions and 1 deletions

View File

@@ -82,6 +82,11 @@
<artifactId>xservice-message-starter</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>