新增结果总览一键导出报告

This commit is contained in:
wjj
2026-04-30 16:01:13 +08:00
parent 6f2ea5994a
commit 369c682564
19 changed files with 1256 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
<oshi.version>6.9.1</oshi.version>
<commons.io.version>2.21.0</commons.io.version>
<poi.version>4.1.2</poi.version>
<pdfbox.version>2.0.30</pdfbox.version>
<easyexcel.version>3.3.4</easyexcel.version>
<velocity.version>2.3</velocity.version>
<jwt.version>0.9.1</jwt.version>
@@ -131,6 +132,13 @@
<version>${poi.version}</version>
</dependency>
<!-- pdf导出工具 -->
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>${pdfbox.version}</version>
</dependency>
<!-- easyexcel工具 -->
<dependency>
<groupId>com.alibaba</groupId>