| | |
| | | package com.panzhihua.common.model.vos.community; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.panzhihua.common.model.helper.encrypt.EncryptDecryptClass; |
| | | import com.panzhihua.common.model.helper.encrypt.EncryptDecryptField; |
| | | import com.panzhihua.common.model.helper.encrypt.EncryptQueryClass; |
| | | import com.panzhihua.common.model.helper.sensitive.Sensitive; |
| | |
| | | @Data |
| | | @ApiModel("高龄认证记录返回参数") |
| | | @EncryptQueryClass |
| | | @EncryptDecryptClass |
| | | public class ComEldersAuthRecordForCommunityVO { |
| | | |
| | | @ApiModelProperty(value = "ID") |