123333
This commit is contained in:
@@ -21,6 +21,8 @@ public class DynamicListVo extends DynamicVo{
|
||||
private String avatar;
|
||||
@Schema(description = "昵称")
|
||||
private String nickname;
|
||||
@Schema(description = "时间差值文字显示")
|
||||
private String timeDiffText;
|
||||
@Schema(description = "是否关注用户")
|
||||
private boolean star;
|
||||
}
|
||||
|
||||
@@ -14,6 +14,9 @@ public class UserMinInfoVo {
|
||||
private Integer isAnchor;
|
||||
@Schema(description = "蜜瓜号")
|
||||
private String usercode;
|
||||
|
||||
@Schema(description = "性别")
|
||||
private Integer gender;
|
||||
@Schema(description = "昵称")
|
||||
private String nickname;
|
||||
@Schema(description = "头像")
|
||||
|
||||
Reference in New Issue
Block a user