添加头像

This commit is contained in:
2024-08-19 15:10:41 +08:00
parent fa86a2af45
commit 203c88dd70
11 changed files with 97 additions and 5 deletions

View File

@@ -34,4 +34,10 @@ public class AccountLoginVO {
private Integer systemUser;
private String avatar;
private Long followeeCount;
private Long followerCount;
}

View File

@@ -14,4 +14,6 @@ public class NotificationVO extends Notification {
private String portfolioName;
private String senderAvatar;
}

View File

@@ -30,4 +30,6 @@ public class PortfolioVO extends Portfolio {
private Integer jumpable;
private Integer isFollow;
private String avatar;
}