init
This commit is contained in:
@@ -173,7 +173,7 @@ public class User implements Serializable {
|
||||
|
||||
private String openId;
|
||||
|
||||
private String tag;
|
||||
private Integer tag;
|
||||
|
||||
private LocalDateTime createTime;
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ public class HomeUserListVo {
|
||||
@Schema(description = "职业")
|
||||
private String profession;
|
||||
@Schema(description = "标签, 1-火热标签 2-活跃标签")
|
||||
private String tag;
|
||||
private Integer tag;
|
||||
@Schema(description = "是否已经实名")
|
||||
private Boolean cardNumAuthBool = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user