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 526e71d17..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 @@ -94,8 +94,8 @@ public class OnlCgformTag implements Serializable { private java.lang.String fieldShowType; /**字典id*/ - @Excel(name = "字典id", width = 15, dictTable = "sys_dict", dicText = "id", dicCode = "id") - @Dict(dictTable = "sys_dict", dicText = "id", dicCode = "id") + @Excel(name = "字典id", width = 15, dictTable = "onl_cgform_field", dicText = "dict_id", dicCode = "dict_id") + @Dict(dictTable = "onl_cgform_field", dicText = "dict_id", dicCode = "dict_id") @ApiModelProperty(value = "字典名称") private java.lang.String dictId;