添加头像
This commit is contained in:
@@ -34,4 +34,10 @@ public class AccountLoginVO {
|
||||
|
||||
private Integer systemUser;
|
||||
|
||||
private String avatar;
|
||||
|
||||
private Long followeeCount;
|
||||
|
||||
private Long followerCount;
|
||||
|
||||
}
|
||||
|
||||
@@ -14,4 +14,6 @@ public class NotificationVO extends Notification {
|
||||
|
||||
private String portfolioName;
|
||||
|
||||
private String senderAvatar;
|
||||
|
||||
}
|
||||
|
||||
@@ -30,4 +30,6 @@ public class PortfolioVO extends Portfolio {
|
||||
private Integer jumpable;
|
||||
|
||||
private Integer isFollow;
|
||||
|
||||
private String avatar;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user