@@ -59,6 +59,9 @@ public class UserProfileRespVO {
* 社交用户数组
*/
private List<SocialUser> socialUsers;
+
+ @Schema(description = "所在地")
+ private Long areaId;
@Schema(description = "社交用户")
@Data