From f4a0f2acc63d7785eab108419a4e16f5f688cb95 Mon Sep 17 00:00:00 2001
From: yujian <yujian@163.com>
Date: 星期六, 18 一月 2020 12:06:27 +0800
Subject: [PATCH] 用户注册信息

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java
index 7867ef6..61ccef9 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/msg/UserOtherMsgNotificationService.java
+++ b/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;
@@ -268,4 +269,36 @@
 	 */
 	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);
+
 }

--
Gitblit v1.8.0