feige
2024-08-22 5e2ebcceae4bc34b46370f2c10110cd72e7f4fba
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;
}