Commit eadbc292 authored by 侯彦文's avatar 侯彦文

新增文件目录父级文件id

parent d26089a2
......@@ -68,6 +68,10 @@ public class ExtDxDocumentFolderVO extends IdOnlyVO implements IdVO ,DxLogicDele
*/
private String name;
/**
* 父级Id
*/
private Long parentId;
}
......@@ -62,6 +62,10 @@ public class ExtDxDocumentFolder extends IdOnlyEntity implements IdEntity ,DxLog
* 节点名称
*/
private String name;
/**
* 父级Id
*/
private Long parentId;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment