标签-修改

This commit is contained in:
xiejunyu
2022-03-04 10:56:59 +08:00
parent c5d97f0f9d
commit a0973af7ac
@@ -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;