feige
2024-08-29 b39a20d6b37f96e1d44c6c194ce56bd30593e3ad
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;
}