| | |
| | | package com.yeshi.fanli.service.inter.msg;
|
| | |
|
| | | import com.yeshi.fanli.dto.msg.MsgCommonDTO;
|
| | | import com.yeshi.fanli.entity.system.ConfigKeyEnum;
|
| | | import com.yeshi.fanli.exception.config.ConfigException;
|
| | |
|
| | | public interface MsgConfigService {
|
| | |
|
| | | public String KEY_ZHUSHOU = "msg-config-zhushou";
|
| | | public String KEY_GUANXUAN = "msg-config-guanxuan";
|
| | | public String KEY_NOTIFY = "msg-config-notify";
|
| | | public String KEY_ZHUSHOU = ConfigKeyEnum.msgConfigZhushou.getKey();
|
| | | public String KEY_GUANXUAN = ConfigKeyEnum.msgConfigGuanxuan.getKey();
|
| | | public String KEY_NOTIFY = ConfigKeyEnum.msgConfigNotify.getKey();
|
| | |
|
| | | /**
|
| | | * 添加小助手消息
|