feige
2024-10-25 81995abfa712d65b7f7f1e23b97a97bc4065103d
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;
}