feige
2024-08-28 0862c40ce7df0124cedfc0127c53b4119d2e536c
zhang-content/src/main/java/com/ruoyi/domain/ZfAncestor.java
@@ -45,14 +45,19 @@
     */
    private Integer status;
    /**
     * 是否本家
     */
    private Integer isMyFamily;
//    /**
//     * 是否本家
//     */
//    private Integer isMyFamily;
//
    /**
     *配偶id
     */
    private Integer spouseId;
    /**
     *密码
     */
    private String password;
}