[fix]修改用户注册逻辑,使用phone——hidden字段,修改用户表,增加点赞数字段
This commit is contained in:
parent
845cd85dc6
commit
09d3576111
@ -94,6 +94,12 @@ public class Member extends BaseAudit {
|
|||||||
@Schema(description ="好友数")
|
@Schema(description ="好友数")
|
||||||
private Integer friendsCount;
|
private Integer friendsCount;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 视频点赞数
|
||||||
|
*/
|
||||||
|
@Schema(description ="视频点赞数")
|
||||||
|
private Integer vlogLikeCount;
|
||||||
|
|
||||||
@Schema(description ="微信openId")
|
@Schema(description ="微信openId")
|
||||||
private String openId;
|
private String openId;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user