heheng
8 天以前 e38612bd0c14b89f393a18ebcee0bc5028f8889d
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;
@@ -16,9 +17,15 @@
    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;
}