yujian
2019-08-26 39c683421f75449c7a85280fa499bae3a2f5241b
fanli/src/main/java/com/yeshi/fanli/service/inter/msg/MsgConfigService.java
@@ -7,6 +7,7 @@
   public String KEY_ZHUSHOU = "msg-config-zhushou";
   public String KEY_GUANXUAN = "msg-config-guanxuan";
   public String KEY_NOTIFY = "msg-config-notify";
   /**
    * 添加小助手消息
@@ -23,6 +24,14 @@
   public void addGuanXuanMsg(MsgCommonDTO dto) throws ConfigException;
   /**
    * 添加通知大图消息
    *
    * @param dto
    * @throws ConfigException
    */
   public void addNotifyMsg(MsgCommonDTO dto) throws ConfigException;
   /**
    * 获取助手消息
    * 
    * @return
@@ -35,4 +44,12 @@
    * @return
    */
   public MsgCommonDTO getGuanXuanMsg();
   /**
    * 获取通知大图消息
    *
    * @return
    */
   public MsgCommonDTO getNotifyMsg();
}