2
0

feat: add mail module

This commit is contained in:
caiyuchao
2024-11-26 18:02:54 +08:00
parent fab448f836
commit b7e8da2091
13 changed files with 740 additions and 0 deletions

View File

@@ -71,6 +71,11 @@
<artifactId>wfc-common-swagger</artifactId>
</dependency>
<dependency>
<groupId>org.wfc</groupId>
<artifactId>wfc-common-mail</artifactId>
</dependency>
</dependencies>
<build>