From 7a6c92dd8ced271070757b46d18d5809f24ce5a4 Mon Sep 17 00:00:00 2001 From: xiejunyu Date: Fri, 4 Mar 2022 14:58:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE-=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/jero/modules/tag/entity/OnlCgformTag.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/tag/entity/OnlCgformTag.java b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/tag/entity/OnlCgformTag.java index 3c1958032..e1b15e9fd 100644 --- a/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/tag/entity/OnlCgformTag.java +++ b/jero-boot/jero-boot-modules/src/main/java/com/jero/modules/tag/entity/OnlCgformTag.java @@ -135,12 +135,12 @@ public class OnlCgformTag implements Serializable { @ApiModelProperty(value = "是否是只读(2字段固定,内部可配1固定字段 0非固定字段)") private java.lang.Integer isReadOnly; - /**展示区域id*/ + /**展示区域*/ @TableField(exist = false) - @Excel(name = "展示区域id", width = 15, dictTable = "onl_cgform_area", dicText = "id", dicCode = "id") - @Dict(dictTable = "onl_cgform_area", dicText = "id", dicCode = "id") - @ApiModelProperty(value = "展示区域id") - private java.lang.String areaId; + @Excel(name = "展示区域", width = 15, dictTable = "onl_cgform_area", dicText = "show_area", dicCode = "id") + @Dict(dictTable = "onl_cgform_area", dicText = "show_area", dicCode = "id") + @ApiModelProperty(value = "展示区域") + private java.lang.String showArea; /**是否查询条件0否 1是*/ @Excel(name = "是否查询条件0否 1是", width = 15, dictTable = "onl_cgform_field", dicText = "is_query", dicCode = "is_query")