From 4e089d3304069b48efe0c5204ba2187e73dc491c Mon Sep 17 00:00:00 2001 From: liyawei Date: Fri, 6 May 2022 09:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81-=E5=8F=82=E6=95=B0=E9=A1=B9?= =?UTF-8?q?=E7=BC=96=E8=BE=91-=E8=AE=A4=E8=AF=81=E7=B1=BB=E5=88=AB?= =?UTF-8?q?=E9=A1=B5=E7=AD=BE=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cert/template/entity/CertCategoryParamsInfoEO.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/template/entity/CertCategoryParamsInfoEO.java b/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/template/entity/CertCategoryParamsInfoEO.java index ca56484d9..cb39a5d9e 100644 --- a/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/template/entity/CertCategoryParamsInfoEO.java +++ b/jero-boot/jero-boot-module-certification/src/main/java/com/jero/modules/cert/template/entity/CertCategoryParamsInfoEO.java @@ -1,6 +1,7 @@ package com.jero.modules.cert.template.entity; import com.baomidou.mybatisplus.annotation.IdType; +import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import com.fasterxml.jackson.annotation.JsonFormat; @@ -82,6 +83,9 @@ public class CertCategoryParamsInfoEO implements Serializable { @ApiModelProperty(value = "所属认证类别") private String certCategory; + @TableField(exist = false) + private String certCategory_dictText; + /**参数模板id*/ @ApiModelProperty(value = "参数模板id") private String paramsTemplateId;