feige
2024-09-04 7c95ab5ea995e0a517216864a95e3d86f29b5c68
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;
}