123
This commit is contained in:
@@ -15,5 +15,14 @@ import org.apache.ibatis.annotations.Param;
|
||||
*/
|
||||
public interface UserFollowMapper extends BaseMapper<UserFollow> {
|
||||
|
||||
Page<UserStarOrVisitorList> pageApp(@Param("build") Page<Object> build, @Param("query") StarQuery query);
|
||||
/**
|
||||
* 查询我的关注 (我关注的人)
|
||||
*/
|
||||
Page<UserStarOrVisitorList> pageMyStarApp(@Param("build") Page<Object> build, @Param("query") StarQuery query);
|
||||
|
||||
|
||||
/**
|
||||
* 查询我的粉丝 (关注我的人)
|
||||
*/
|
||||
Page<UserStarOrVisitorList> pageMyFansApp(@Param("build") Page<Object> build, @Param("query") StarQuery query);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user