forked from luyan/epmet-cloud-lingshan
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
376 B
20 lines
376 B
|
3 years ago
|
package com.epmet.constant;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @Description
|
||
|
|
* @Author zhaoqifeng
|
||
|
|
* @Date 2022/6/27 14:23
|
||
|
|
*/
|
||
|
|
public interface MessageConstant {
|
||
|
|
/**
|
||
|
|
* 消息标题
|
||
|
|
*/
|
||
|
|
String MOVE_OUT_TITLE = "您有一条移除家庭成员消息";
|
||
|
|
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 审核驳回消息模板
|
||
|
|
*/
|
||
|
|
String OVE_OUT_REJECTED_MSG = "您好,您的申请由于%s,已被驳回。";
|
||
|
|
}
|