package com.zhujizheng.IHome.user.dto; import lombok.Data; @Data public class PYQueryUserInfoDTO { private Integer friendId; }