|
@ -43,6 +43,9 @@ public class IssueProjectTagDictExcel { |
|
|
@Excel(name = "分类id, 用户自己添加的标签此列可为空") |
|
|
@Excel(name = "分类id, 用户自己添加的标签此列可为空") |
|
|
private String categoryId; |
|
|
private String categoryId; |
|
|
|
|
|
|
|
|
|
|
|
@Excel(name = "是否是默认标签(0:是 1:否)") |
|
|
|
|
|
private String isDefault; |
|
|
|
|
|
|
|
|
@Excel(name = "议题对标签的引用次数") |
|
|
@Excel(name = "议题对标签的引用次数") |
|
|
private Integer issueUseCount; |
|
|
private Integer issueUseCount; |
|
|
|
|
|
|
|
|