| | |
| | | package com.panzhihua.common.model.dtos.elders; |
| | | |
| | | import com.panzhihua.common.model.helper.encrypt.EncryptQuery; |
| | | import com.panzhihua.common.model.helper.encrypt.EncryptQueryClass; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | @Data |
| | | @ApiModel("人脸核身获取结果请求参数") |
| | | @EncryptQueryClass |
| | | public class ComEldersAuthUserAddAppDTO { |
| | | |
| | | @ApiModelProperty(value = "用户id",hidden = true) |
| | |
| | | private String name; |
| | | |
| | | @ApiModelProperty(value = "身份证号码") |
| | | @EncryptQuery |
| | | private String idCard; |
| | | |
| | | @ApiModelProperty(value = "与本人关系(1.父母 2.配偶 3.子女 4.兄弟姐妹 5.祖/外祖父母 6.本人 7.其他)") |