@@ -24,4 +24,6 @@ public class KnowledgeFileCreateReqVO {
private MultipartFile file;
private Integer sort;
+
+ private Long parentId;
}