feige
2024-08-29 b39a20d6b37f96e1d44c6c194ce56bd30593e3ad
zhang-content/src/main/java/com/ruoyi/domain/dto/Genealogy.java
@@ -20,6 +20,8 @@
    private Long userId;
    private Integer clanId;
    @Excel(name = "第几代")
    private Integer identity;
@@ -49,4 +51,7 @@
    @Excel(name = "是否是本家庭成员",readConverterExp = "0=否,1=是")
    private Integer isMyFamily;
    private Genealogy spouse;
}