From 81da61b828e29b7745e1382dfbbaeb685dc083ef Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 23 一月 2024 17:17:55 +0800 Subject: [PATCH] 抖音转链修改 --- fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserLevelUpgradedNotifyService.java | 88 ++++++++++++++++++++++---------------------- 1 files changed, 44 insertions(+), 44 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserLevelUpgradedNotifyService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserLevelUpgradedNotifyService.java index 4d46dd2..bd8c93f 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserLevelUpgradedNotifyService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/user/vip/UserLevelUpgradedNotifyService.java @@ -1,44 +1,44 @@ -package com.yeshi.fanli.service.inter.user.vip; - -import com.yeshi.fanli.entity.bus.user.vip.UserLevelUpgradedNotify; - -/** - * 鐢ㄦ埛绛夌骇鍗囩骇閫氱煡鏈嶅姟 - * @author Administrator - * - */ -public interface UserLevelUpgradedNotifyService { - - /** - * 娣诲姞鐢ㄦ埛绛夌骇鍗囩骇鎻愰啋 - * @Title: addUserLevelUpgradedNotify - * @Description: - * @param notify - * void 杩斿洖绫诲瀷 - * @throws - */ - public void addUserLevelUpgradedNotify(UserLevelUpgradedNotify notify); - - /** - * 璁剧疆宸茬粡鎻愰啋 - * @Title: setNotified - * @Description: - * @param id - * void 杩斿洖绫诲瀷 - * @throws - */ - public void setNotified(String id); - - - /** - * 鑾峰彇闇�瑕侀�氱煡鐨勬暟鎹� - * @Title: getNeedNotifyByUid - * @Description: - * @param uid - * @return - * UserLevelUpgradedNotify 杩斿洖绫诲瀷 - * @throws - */ - public UserLevelUpgradedNotify getNeedNotifyByUid(Long uid); - -} +package com.yeshi.fanli.service.inter.user.vip; + +import com.yeshi.fanli.entity.bus.user.vip.UserLevelUpgradedNotify; + +/** + * 鐢ㄦ埛绛夌骇鍗囩骇閫氱煡鏈嶅姟 + * @author Administrator + * + */ +public interface UserLevelUpgradedNotifyService { + + /** + * 娣诲姞鐢ㄦ埛绛夌骇鍗囩骇鎻愰啋 + * @Title: addUserLevelUpgradedNotify + * @Description: + * @param notify + * void 杩斿洖绫诲瀷 + * @throws + */ + public void addUserLevelUpgradedNotify(UserLevelUpgradedNotify notify); + + /** + * 璁剧疆宸茬粡鎻愰啋 + * @Title: setNotified + * @Description: + * @param id + * void 杩斿洖绫诲瀷 + * @throws + */ + public void setNotified(String id); + + + /** + * 鑾峰彇闇�瑕侀�氱煡鐨勬暟鎹� + * @Title: getNeedNotifyByUid + * @Description: + * @param uid + * @return + * UserLevelUpgradedNotify 杩斿洖绫诲瀷 + * @throws + */ + public UserLevelUpgradedNotify getNeedNotifyByUid(Long uid); + +} -- Gitblit v1.8.0