feige
2024-10-07 f57c5b200b97a01738ace0cfa06e991ee4c01460
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;
}