Commit fcfb7998 authored by macro's avatar macro
Browse files

Update MemberAttentionService.java

parent 370eb4b7
......@@ -19,12 +19,12 @@ public interface MemberAttentionService {
int delete(Long brandId);
/**
* 获取用户关注列表
* 分页获取会员关注列表
*/
Page<MemberBrandAttention> list(Integer pageNum, Integer pageSize);
/**
* 获取用户关注详情
* 获取会员关注详情
*/
MemberBrandAttention detail(Long brandId);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment