@ -58,11 +58,6 @@ public class IssueCategoryDTO implements Serializable {
*/
private String categoryId;
/**
* 分类名称
private String categoryName;
* 分类对应的所有上级,英文逗号隔开
@ -58,11 +58,6 @@ public class IssueCategoryEntity extends BaseEpmetEntity {
@ -46,9 +46,6 @@ public class IssueCategoryExcel {
@Excel(name = "分类id")
@Excel(name = "分类名称")
@Excel(name = "分类对应的所有上级,英文逗号隔开")
private String categoryPids;
@ -58,11 +58,6 @@ public class ProjectCategoryDTO implements Serializable {
@ -58,11 +58,6 @@ public class ProjectCategoryEntity extends BaseEpmetEntity {
@ -46,9 +46,6 @@ public class ProjectCategoryExcel {