puhanshu
2021-10-13 f7c16d24f7cb0d2b9e03ec24bfdbb72a11def5f9
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComMngPopulationDTO.java
@@ -212,4 +212,14 @@
    @ApiModelProperty("居住地址")
    private String address;
    @ApiModelProperty("关键词")
    private String keyWord;
    @ApiModelProperty("等级是否查询全部(1.是 2.否)")
    private Integer levelIsAll;
    public interface levelIsAll{
        int yes = 1;
        int no = 2;
    }
}