All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gccloud.starter.common.config.bean.ForgotPwd Maven / Gradle / Ivy

package com.gccloud.starter.common.config.bean;

import lombok.Data;

/**
 * @author liuchengbiao
 * @date 2021/6/7 9:31 上午
 */
@Data
public class ForgotPwd {
    /**
     * 发送邮件主题
     */
    private String emailSubject = "找回密码";
    /**
     * 找回密码发送的内容
     */
    private String emailContent = "您好${userName},你正在通过邮箱验证进行找回密码,验证码为:${captcha}(5分钟内有效)";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy