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;
@Schema(description = "体型")
private Integer somatotype;
@Schema(description = "微信")
private String wxCode;
@Schema(description = "居住地")
private String residenceCode;

View File

@@ -30,6 +30,8 @@ public class CurrentUserFullInfoVo {
private Integer gender;
@Schema(description = "手机")
private String mobile;
@Schema(description = "微信号")
private String wxCode;
/**
* 生日
*/