This commit is contained in:
张良(004796)
2024-05-09 21:19:58 +08:00
parent 6158cf5964
commit abbcf1ea6b
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ public class User implements Serializable {
private String openId; private String openId;
private String tag; private Integer tag;
private LocalDateTime createTime; private LocalDateTime createTime;

View File

@@ -35,7 +35,7 @@ public class HomeUserListVo {
@Schema(description = "职业") @Schema(description = "职业")
private String profession; private String profession;
@Schema(description = "标签, 1-火热标签 2-活跃标签") @Schema(description = "标签, 1-火热标签 2-活跃标签")
private String tag; private Integer tag;
@Schema(description = "是否已经实名") @Schema(description = "是否已经实名")
private Boolean cardNumAuthBool = false; private Boolean cardNumAuthBool = false;