完成历史信息查询,并且可以通过内容模糊查询,通过时间查询,通过消息类型查询

This commit is contained in:
KilLze
2026-01-06 04:18:30 +08:00
parent 2a9acb946e
commit c0969406b3
9 changed files with 210 additions and 15 deletions

View File

@@ -171,6 +171,12 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.4.7</version>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>