| | |
| | |
|
| | | import com.yeshi.fanli.dto.user.ThreeSaleFocusDTO;
|
| | | import com.yeshi.fanli.entity.bus.user.TeamFansInfo;
|
| | | import com.yeshi.fanli.entity.bus.user.vip.UserLevelEnum;
|
| | |
|
| | | public interface TeamFansInfoService {
|
| | |
|
| | |
| | | */
|
| | | public void updatePhoneOpen(Long workerId, boolean phoneOpen);
|
| | |
|
| | | /**
|
| | | * 更新等级
|
| | | * @param workerId
|
| | | * @param level
|
| | | */
|
| | | public void updateLevel(Long workerId, UserLevelEnum level);
|
| | |
|
| | | /**
|
| | | * 添加粉丝信息
|
| | | * @param workerId
|
| | | * @param bossId
|
| | | */
|
| | | public void addFansInfo(Long workerId, Long bossId, Date successTime);
|
| | |
|
| | | /**
|
| | | * 根据用户信息匹配
|
| | | * @param key
|
| | | * @return
|
| | | */
|
| | | public List<TeamFansInfo> queryByUserInfo(String key);
|
| | |
|
| | | }
|