邮箱模块:完善 send 的单元测试

This commit is contained in:
YunaiV
2023-01-27 10:14:15 +08:00
parent f0d2c7a58a
commit 5d1abd5f44
3 changed files with 161 additions and 9 deletions

View File

@ -18,7 +18,7 @@ public class MailSendSingleToUserReqDTO {
* 用户编号
*/
@NotNull(message = "用户编号不能为空")
private String userId;
private Long userId;
/**
* 邮箱
*/