feat: 新增相关采集任务类型

This commit is contained in:
han0
2024-07-08 10:27:57 +08:00
parent 8ccbffbbbf
commit a30edc2d46
8 changed files with 128 additions and 69 deletions

16
pom.xml
View File

@@ -141,6 +141,22 @@
<artifactId>smiley-http-proxy-servlet</artifactId>
<version>1.12.1</version>
</dependency>
<!--jxls-->
<dependency>
<groupId>org.jxls</groupId>
<artifactId>jxls</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>org.jxls</groupId>
<artifactId>jxls-poi</artifactId>
<version>2.12.0</version>
</dependency>
<dependency>
<groupId>org.jxls</groupId>
<artifactId>jxls-jexcel</artifactId>
<version>1.0.9</version>
</dependency>
</dependencies>