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")