标签内容修改
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ public class SysCategory implements Serializable,Comparable<SysCategory>{
|
|||||||
private java.lang.String description;
|
private java.lang.String description;
|
||||||
|
|
||||||
/**是否为标签内容-数据字典(1是 0否)*/
|
/**是否为标签内容-数据字典(1是 0否)*/
|
||||||
@Excel(name = "是否为标签内容-数据字典(1是 0否)", width = 15)
|
@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")
|
@Dict(dictTable = "onl_cgform_field", dicText = "is_tag_dict", dicCode = "is_tag_dict")
|
||||||
@ApiModelProperty(value = "是否为标签内容-数据字典(1是 0否)")
|
@ApiModelProperty(value = "是否为标签内容-数据字典(1是 0否)")
|
||||||
private java.lang.Integer isTagDict;
|
private java.lang.Integer isTagDict;
|
||||||
|
|||||||
+2
-1
@@ -91,7 +91,8 @@ public class SysDict implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 是否为标签内容-数据字典(1是 0否)
|
* 是否为标签内容-数据字典(1是 0否)
|
||||||
*/
|
*/
|
||||||
@Excel(name = "是否为标签内容", width = 15)
|
@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")
|
||||||
private java.lang.Integer isTagDict;
|
private java.lang.Integer isTagDict;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user