Skip to content

Commit

Permalink
Update MemberAttentionService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Oct 30, 2024
1 parent 370eb4b commit fcfb799
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ public interface MemberAttentionService {
int delete(Long brandId);

/**
* 获取用户关注列表
* 分页获取会员关注列表
*/
Page<MemberBrandAttention> list(Integer pageNum, Integer pageSize);

/**
* 获取用户关注详情
* 获取会员关注详情
*/
MemberBrandAttention detail(Long brandId);

Expand Down

0 comments on commit fcfb799

Please sign in to comment.