feige
2024-08-28 0862c40ce7df0124cedfc0127c53b4119d2e536c
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;
@@ -46,4 +48,10 @@
    @Excel(name = "配偶")
    private String spouseName;
    @Excel(name = "是否是本家庭成员",readConverterExp = "0=否,1=是")
    private Integer isMyFamily;
    private Genealogy spouse;
}