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