From 2e64c232ab6b51b2cecf1ee96e1e9b709234f326 Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期六, 21 八月 2021 16:35:14 +0800 Subject: [PATCH] 随手拍改版接口开发 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/KeyPersonInfoDO.java | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/KeyPersonInfoDO.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/KeyPersonInfoDO.java index 9b2acc1..b078d13 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/KeyPersonInfoDO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/KeyPersonInfoDO.java @@ -1,6 +1,7 @@ package com.panzhihua.service_community.model.dos; import com.baomidou.mybatisplus.annotation.*; +import com.panzhihua.common.model.helper.encrypt.EncryptDecryptClass; import com.panzhihua.common.model.helper.encrypt.EncryptDecryptField; import lombok.Data; @@ -14,6 +15,7 @@ * @author manailin */ @Data +@EncryptDecryptClass @TableName("com_key_person_info") public class KeyPersonInfoDO implements Serializable { private static final long serialVersionUID = 1L; @@ -55,7 +57,6 @@ /** * 户口所在地 */ - @EncryptDecryptField private String censusRegister; /** * 居住地址 @@ -73,7 +74,6 @@ /** * (法轮功类填写)基本情况 */ - @EncryptDecryptField private String basicInfo; /** * 是否有效 @@ -82,7 +82,6 @@ /** * 备注 */ - @EncryptDecryptField private String note; /** * 文化程度(取字典表国家编码)) @@ -108,12 +107,10 @@ /** * (精神类人群填写)目前诊断 */ - @EncryptDecryptField private String diagnose; /** * 上报提交时间 */ - @TableField(fill = FieldFill.INSERT) private Date submitDate; /** * (精神类人群填写)监护人名称 @@ -122,6 +119,7 @@ /** * (精神类人群填写)监护人电话 */ + @EncryptDecryptField private String guardianPhone; /** * (精神类人群填写)监护人关系 -- Gitblit v1.7.1