yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java
@@ -8,6 +8,7 @@
import com.yeshi.fanli.dto.msg.MsgOtherRewardIntegralDTO;
import com.yeshi.fanli.dto.msg.MsgOtherSystemGiveDTO;
import com.yeshi.fanli.dto.msg.MsgOtherTaoLiJinContentDTO;
import com.yeshi.fanli.dto.msg.MsgOtherVIPDTO;
import com.yeshi.fanli.entity.bus.msg.MsgOtherDetail.MsgTypeOtherTypeEnum;
import com.yeshi.fanli.entity.bus.user.UserInfo;
import com.yeshi.fanli.entity.bus.user.UserSystemCoupon;
@@ -260,4 +261,44 @@
    */
   public void systemGiveRewardCoupon(Long uid, String beiZhu, MsgOtherSystemGiveDTO dto);
   /**
    * 淘礼金兑换成金币消息
    * @param uid
    * @param beiZhu
    * @param dto
    */
   public void taoLiJinExchangeMsg(Long uid, String beiZhu, MsgOtherRewardIntegralDTO msgOther);
   /**
    * 会员申请通过消息
    * @param uid
    * @param beiZhu
    * @param dto
    */
   public void passVIPApplyMsg(Long uid, String beiZhu, MsgOtherVIPDTO dto);
   /**
    * 会员升级未通过
    * @param uid
    * @param beiZhu
    * @param dto
    */
   public void rejectVIPApply(Long uid, String beiZhu, MsgOtherVIPDTO dto);
   /**
    * 温馨提醒
    * @param uid
    * @param beiZhu
    * @param dto
    */
   public void teamVIPCallBoss(Long uid, String beiZhu, MsgOtherVIPDTO dto);
   /**
    * 邀请脱离
    * @param uid
    * @param beiZhu
    * @param dto
    */
   public void teamSplitCallBoss(Long uid, String beiZhu, MsgOtherVIPDTO dto);
}