添加关注、取消关注、获取关注列表、粉丝列表相关接口

This commit is contained in:
2024-08-19 11:52:53 +08:00
parent ac28ba233c
commit fa86a2af45
10 changed files with 217 additions and 34 deletions

View File

@@ -28,4 +28,6 @@ public class PortfolioVO extends Portfolio {
private Integer selected;
private Integer jumpable;
private Integer isFollow;
}