mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-26 17:21:53 +08:00
邮箱模块:优化注释 + 方法名
This commit is contained in:
parent
7e65ede92d
commit
3783367605
@ -17,7 +17,6 @@ public class MailSendSingleToUserReqDTO {
|
|||||||
/**
|
/**
|
||||||
* 用户编号
|
* 用户编号
|
||||||
*/
|
*/
|
||||||
@NotNull(message = "用户编号不能为空")
|
|
||||||
private Long userId;
|
private Long userId;
|
||||||
/**
|
/**
|
||||||
* 邮箱
|
* 邮箱
|
||||||
@ -33,7 +32,6 @@ public class MailSendSingleToUserReqDTO {
|
|||||||
/**
|
/**
|
||||||
* 邮件模板参数
|
* 邮件模板参数
|
||||||
*/
|
*/
|
||||||
@NotNull(message = "邮件模板参数不能为空")
|
|
||||||
private Map<String, Object> templateParams;
|
private Map<String, Object> templateParams;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user