mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-16 12:05:07 +08:00
邮箱模块:完善 send 的单元测试
This commit is contained in:
@ -18,7 +18,7 @@ public class MailSendSingleToUserReqDTO {
|
||||
* 用户编号
|
||||
*/
|
||||
@NotNull(message = "用户编号不能为空")
|
||||
private String userId;
|
||||
private Long userId;
|
||||
/**
|
||||
* 邮箱
|
||||
*/
|
||||
|
Reference in New Issue
Block a user