package com.ruoyi.domain; import lombok.Data; @Data public class ZfShareOther { /** * 分享者的id */ private Integer userId; /** * 被分享者的名字 */ private String userName; /** * 被分享者家族id */ private Integer clanId; /** * 被分享者家族名字 */ private String clanName; private Long[] ids; }