登录用户信息增加身份证号以及姓名
This commit is contained in:
@ -38,4 +38,10 @@ public class SimpleUserInfoDTO {
|
|||||||
@ApiModelProperty("是否认证0未认证1已认证")
|
@ApiModelProperty("是否认证0未认证1已认证")
|
||||||
private Integer authed;
|
private Integer authed;
|
||||||
|
|
||||||
|
@ApiModelProperty("身份证号")
|
||||||
|
private String idNo;
|
||||||
|
|
||||||
|
@ApiModelProperty("实名")
|
||||||
|
private String realName;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user