外协人员,批量上传附件

This commit is contained in:
2025-11-19 14:38:32 +08:00
parent 7b9aadc020
commit 5ac9d5ed0a
7 changed files with 1917 additions and 5 deletions

View File

@@ -139,6 +139,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.26.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>