init
This commit is contained in:
@@ -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 = "自我描述")
|
||||
|
||||
Reference in New Issue
Block a user