This commit is contained in:
77
2024-03-26 21:35:19 +08:00
parent 7c476f0e73
commit 5e136cc437
2 changed files with 4 additions and 0 deletions

View File

@@ -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;

View File

@@ -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;
/** /**
* 生日 * 生日
*/ */