标签内容修改

This commit is contained in:
xiejunyu
2022-03-02 17:37:56 +08:00
parent 3788bf3301
commit 040b55329d
4 changed files with 6 additions and 6 deletions
@@ -76,8 +76,7 @@ public class SysCategory implements Serializable,Comparable<SysCategory>{
private java.lang.String description;
/**是否为标签内容-数据字典(1是 0否)*/
@Excel(name = "是否为标签内容-数据字典(1是 0否)", width = 15, dicText = "is_tag_dict", dicCode = "is_tag_dict")
@Dict(dictTable = "onl_cgform_field", dicText = "is_tag_dict", dicCode = "is_tag_dict")
@Excel(name = "是否为标签内容-数据字典(1是 0否)", width = 15)
@ApiModelProperty(value = "是否为标签内容-数据字典(1是 0否)")
private java.lang.Integer isTagDict;