select category

This commit is contained in:
2024-12-15 15:59:33 +08:00
parent 5334ef8454
commit 8a78e0ffb9
21 changed files with 380 additions and 31 deletions

View File

@@ -115,6 +115,11 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>