This commit is contained in:
77
2024-04-23 00:11:58 +08:00
parent 03057f7541
commit 139ca18eb3
4 changed files with 13 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ public class HomeUserVo {
private String usercode;
@Schema(description = "用户头像")
private String avatar;
@Schema(description = "是否关注")
private Boolean star = false;
@Schema(description = "相册")
private List<String> userPictureList;
@Schema(description = "自我描述")