添加自动补招数据外部接口

This commit is contained in:
hzj
2025-07-30 08:59:23 +08:00
parent 6bf05371c2
commit cf13006438
6 changed files with 530 additions and 8 deletions

View File

@@ -43,6 +43,12 @@
<artifactId>influxdb-springboot-starter</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.njcn.platform</groupId>
<artifactId>message-api</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>