huanghongfa
2021-05-19 c355cd9ca0e9c1cee4687867fa87e6fe65bd3a77
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngPopulationDO.java
@@ -55,7 +55,7 @@
    /**
     * 门牌号
     */
    private Integer doorNo;
    private String doorNo;
    /**
     * 楼排号
     */
@@ -63,11 +63,11 @@
    /**
     * 单元号
     */
    private Integer unitNo;
    private String unitNo;
    /**
     * 户室(房间号)
     */
    private Integer houseNo;
    private String houseNo;
    /**
     * 政治面貌(1.中共党员2.中共预备党员3.共青团员4.民革党员5.民盟盟员6.民建会员7.8.农工党党员9.致公党党员10.九三学社社员11.台盟盟员12.无党派人士13.群众)
     */
@@ -150,6 +150,41 @@
    private String healthy;
    /**
     * 房屋地址
     */
    private String houseAddress;
    /**
     * 出生年月日
     */
    private String birthday;
    /**
     * 房屋状态(1.自住 2.租住 3.其他)
     */
    private Integer houseStatus;
    /**
     * 房屋用途(1.住宅 2.公寓 3.宿舍 4.仓库 5.其他)
     */
    private Integer housePurpose;
    /**
     * 管控状态(1.常规 2.关注 3.管控)
     */
    private Integer controlStatus;
    /**
     * 是否是居住地(1.是 2.否)
     */
    private Integer isResidence;
    /**
     * 居住地房屋id
     */
    private Long houseId;
    /**
     * 性别(1.男 2.女 3.未知)
     */
    public interface sex{