TASK:模块化;

This commit is contained in:
shahaibo
2025-04-11 14:16:54 +08:00
parent 64c03768ff
commit 14dbc35eda

View File

@@ -327,6 +327,13 @@
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>3.3.2</version>
</dependency>
</dependencies>
<build>