This commit is contained in:
ls
2025-02-08 15:20:32 +08:00
parent 7f282c6428
commit 2bdba069f1
3 changed files with 23 additions and 2 deletions

View File

@@ -12,6 +12,17 @@
<artifactId>physical-system-biz</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>4.1.2</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>4.1.2</version>
</dependency>
<dependency>
<groupId>com.deepoove</groupId>
<artifactId>poi-tl</artifactId>