罗元桥
2021-06-16 a1a6321c059740de69836bb10fa9459e5b916ab1
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngPopulationDO.java
@@ -17,7 +17,7 @@
    /**
     * 自增 id
     */
    @TableId(type = IdType.AUTO)
    @TableId(type = IdType.INPUT)
    private Long id;
    /**
     * 街道id
@@ -42,12 +42,18 @@
    /**
     * 年龄
     */
    @TableField(exist = false)
    private Integer age;
    /**
     * 身份证号码
     */
    @EncryptDecryptField
    private String cardNo;
    /**
     * 临时用
     */
    private String cardNoStr;
    /**
     * 街路巷
     */
@@ -132,7 +138,10 @@
    /**
     * 与户主关系(1.户主 2.配偶 3.子女 4.孙女 5.父母 6.其他)
     */
    @TableField(exist = false)
    private Integer relation;
//
//    private String relationStr;
    /**
     * 文化程度(1.小学 2.初中 3.高中 4.中专 5.大专 6.本科 7.硕士 8.博士 9.其他)
@@ -144,6 +153,7 @@
     */
    private Integer marriage;
    /**
     * 健康状况
     */
@@ -152,6 +162,7 @@
    /**
     * 房屋地址
     */
    @TableField(exist = false)
    private String houseAddress;
    /**
@@ -162,6 +173,7 @@
    /**
     * 居住地房屋id
     */
    @TableField(exist = false)
    private Long houseId;
    /**
@@ -200,4 +212,4 @@
        int wd = 2;
    }
}
}