From 0b5e08cea6c15f4fef67d9944f969be5b42258f7 Mon Sep 17 00:00:00 2001 From: CeDo <cedoogle@gmail.com> Date: 星期四, 10 六月 2021 16:59:26 +0800 Subject: [PATCH] Merge branch 'test_elder_cedoo' into test --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/PageEldersAuthDTO.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/PageEldersAuthDTO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/PageEldersAuthDTO.java index 5194553..5656922 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/PageEldersAuthDTO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/PageEldersAuthDTO.java @@ -1,5 +1,7 @@ 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.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; @@ -22,6 +24,7 @@ * */ @Data @ApiModel("查询高龄认证请求参数") +@EncryptQueryClass public class PageEldersAuthDTO { @ApiModelProperty(value = "分页-当前页数,默认1", example = "1", required = true) @@ -61,6 +64,7 @@ private Date updateAt; @Length(max=18) + @EncryptQuery @ApiModelProperty(value = "身份证", hidden = false, example = "") private String idCard; -- Gitblit v1.7.1