当前季度和当月招聘会详情

This commit is contained in:
2026-01-13 17:12:06 +08:00
parent 7cb1fbb726
commit beeaa0e6b3
20 changed files with 1760 additions and 1 deletions

View File

@@ -77,6 +77,13 @@
<artifactId>poi-ooxml</artifactId>
</dependency>
<!-- doc文件支持 -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>4.1.2</version>
</dependency>
<!-- yml解析器 -->
<dependency>
<groupId>org.yaml</groupId>