123333
This commit is contained in:
@@ -24,6 +24,8 @@ public class UserInfoVo {
|
||||
private String usercode;
|
||||
@Schema(description = "昵称")
|
||||
private String nickname;
|
||||
@Schema(description = "性别")
|
||||
private Integer gender;
|
||||
@Schema(description = "头像")
|
||||
private String avatar;
|
||||
@Schema(description = "城市")
|
||||
@@ -57,6 +59,9 @@ public class UserInfoVo {
|
||||
@Schema(description = "是否关注")
|
||||
private Boolean star;
|
||||
|
||||
@Schema(description = "是否拉黑该用户")
|
||||
private Boolean black;
|
||||
|
||||
@Schema(description = "用户状态")
|
||||
private OnlineStatusVo onlineStatus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user