性别图标 更换成 性别+年龄

This commit is contained in:
wzq
2023-09-27 16:00:32 +08:00
parent 6528ac407a
commit 9cdb0eef53
16 changed files with 98 additions and 146 deletions

View File

@@ -50,6 +50,7 @@ public class AttentionInfo implements Serializable {
public boolean newUser;
//性别 1:男 2女 0 :未知
private int gender;
private long birth;
//个人简介
private String userDesc;

View File

@@ -25,6 +25,7 @@ public class FansInfo implements Serializable {
private boolean newUser;
//性别 1:男 2女 0 :未知
private int gender;
private long birth;
//个人简介
private String userDesc;
//1普通账号2官方账号3机器账号