标签内容修改
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ public class SysCategory implements Serializable,Comparable<SysCategory>{
|
|||||||
@Excel(name = "数据字典id", width = 15)
|
@Excel(name = "数据字典id", width = 15)
|
||||||
@Dict(dictTable = "sys_dict", dicText = "id", dicCode = "id")
|
@Dict(dictTable = "sys_dict", dicText = "id", dicCode = "id")
|
||||||
@ApiModelProperty(value = "是否为标签内容-数据字典(1是 0否)")
|
@ApiModelProperty(value = "是否为标签内容-数据字典(1是 0否)")
|
||||||
private java.lang.String sysDictId;
|
private java.lang.String dictId;
|
||||||
|
|
||||||
/**是否有子节点*/
|
/**是否有子节点*/
|
||||||
@Excel(name = "是否有子节点(1:有)", width = 15)
|
@Excel(name = "是否有子节点(1:有)", width = 15)
|
||||||
|
|||||||
Reference in New Issue
Block a user