huanghongfa
2021-10-18 a7ebf0ce7082e68f4aaf8a7a0e3e5e6c48dfaadb
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;
    }
}