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

cn.bootx.platform.notice.code.MessageTemplateCode Maven / Gradle / Ivy

The newest version!
package cn.bootx.platform.notice.code;

/**
 * 消息模板类型
 *
 * @author xxm
 * @since 2021/8/10
 */
public interface MessageTemplateCode {

    /** 站内信 */
    String SITE = "site";

    /** 钉钉 */
    String DING_TALK = "ding_talk";

    /** 钉钉机器人 */
    String DING_TALK_ROBOT = "ding_talk_robot";

    /** Email */
    String EMAIL = "email";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy