feature(info-query): 增加跨天版本表查询接口

This commit is contained in:
2023-06-07 19:26:03 +08:00
parent 65eb82651f
commit 28981c3795
6 changed files with 187 additions and 0 deletions

View File

@@ -32,6 +32,11 @@
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>io.github.dragons96</groupId>
<artifactId>sql-builder</artifactId>
<version>0.0.5.3</version>
</dependency>
</dependencies>
<build>