multi-system/src/main/java/com/gkhy/exam/system/domain/vo/CatalogueVo.java
@@ -1,5 +1,6 @@ package com.gkhy.exam.system.domain.vo; import com.gkhy.exam.system.domain.ProjectDocument; import lombok.Data; import java.util.List; @@ -17,9 +18,14 @@ private String mess; private Integer type; private Integer sort; private String fileName; private String filePath; private Integer isFile; private Integer delFlag; private List<ProjectDocument> projectDocuments; private List<CatalogueVo> children; }