init
This commit is contained in:
@@ -26,6 +26,8 @@ public class UpdateUserFullInfoReq {
|
|||||||
private Integer weight;
|
private Integer weight;
|
||||||
@Schema(description = "体型")
|
@Schema(description = "体型")
|
||||||
private Integer somatotype;
|
private Integer somatotype;
|
||||||
|
@Schema(description = "微信")
|
||||||
|
private String wxCode;
|
||||||
|
|
||||||
@Schema(description = "居住地")
|
@Schema(description = "居住地")
|
||||||
private String residenceCode;
|
private String residenceCode;
|
||||||
|
|||||||
@@ -30,6 +30,8 @@ public class CurrentUserFullInfoVo {
|
|||||||
private Integer gender;
|
private Integer gender;
|
||||||
@Schema(description = "手机")
|
@Schema(description = "手机")
|
||||||
private String mobile;
|
private String mobile;
|
||||||
|
@Schema(description = "微信号")
|
||||||
|
private String wxCode;
|
||||||
/**
|
/**
|
||||||
* 生日
|
* 生日
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user