标签内容修改

This commit is contained in:
xiejunyu
2022-03-03 10:09:46 +08:00
parent 46fd7476c3
commit 8cce57fe53
2 changed files with 2 additions and 3 deletions
@@ -61,7 +61,7 @@ public class SysCategory implements Serializable,Comparable<SysCategory>{
@Excel(name = "数据字典id", width = 15)
@Dict(dictTable = "sys_dict", dicText = "id", dicCode = "id")
@ApiModelProperty(value = "是否为标签内容-数据字典(1是 0否)")
private java.lang.String dictId;
private java.lang.String sysDictId;
/**是否有子节点*/
@Excel(name = "是否有子节点(1:有)", width = 15)
@@ -91,8 +91,7 @@ public class SysDict implements Serializable {
/**
* 是否为标签内容-数据字典(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;