2
0

feat: 用户端邮箱

This commit is contained in:
caiyuchao
2025-01-24 19:05:07 +08:00
parent ac9001ed87
commit 065ca953e6
4 changed files with 72 additions and 1 deletions

View File

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