@@ -27,5 +27,8 @@ public class UserProfileUpdateReqVO {
@Schema(description = "用户性别,参见 SexEnum 枚举类", example = "1")
private Integer sex;
+
+ @Schema(description = "所在地")
+ private Long areaId;
}