手动触发更新逻辑,新增 stockInfo api 接口

This commit is contained in:
2025-11-15 14:54:46 +08:00
parent 6327874166
commit 4e94e5811d
8 changed files with 178 additions and 18 deletions

View File

@@ -255,11 +255,11 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
</dependency><!-- https://mvnrepository.com/artifact/com.github.yulichang/mybatis-plus-join-boot-starter -->
<dependency>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<version>1.4.11</version>
<groupId>com.github.yulichang</groupId>
<artifactId>mybatis-plus-join-boot-starter</artifactId>
<version>1.5.4</version>
</dependency>
</dependencies>