| | |
| | | package com.panzhihua.common.model.dtos.community; |
| | | |
| | | import com.panzhihua.common.model.helper.encrypt.EncryptQuery; |
| | | import com.panzhihua.common.model.helper.encrypt.EncryptQueryClass; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import java.io.Serializable; |
| | |
| | | * 实有人口DTO |
| | | */ |
| | | @Data |
| | | @EncryptQueryClass |
| | | public class ComMngPopulationDTO implements Serializable { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | * 身份证号码 |
| | | */ |
| | | @ApiModelProperty(value="身份证号码") |
| | | @EncryptQuery |
| | | private String cardNo; |
| | | /** |
| | | * 街路巷 |