feat:生成评测docx

This commit is contained in:
lbw
2025-12-10 16:41:35 +08:00
parent 81f44376c5
commit d777437e82
20 changed files with 542 additions and 1 deletions

View File

@@ -103,6 +103,12 @@
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>com.deepoove</groupId>
<artifactId>poi-tl</artifactId>
<version>1.12.1</version>
</dependency>
<!-- 避免编写那些冗余的 Java 样板式代码,如 get、set 等 -->
<dependency>
<groupId>org.projectlombok</groupId>