Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dcs-doc-expand
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INET-TWO
server
dcs-doc-expand
Commits
eadbc292
Commit
eadbc292
authored
Sep 27, 2024
by
侯彦文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增文件目录父级文件id
parent
d26089a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
ExtDxDocumentFolderVO.java
...m/yonde/dcs/document/common/vo/ExtDxDocumentFolderVO.java
+4
-0
ExtDxDocumentFolder.java
...com/yonde/dcs/document/entity/po/ExtDxDocumentFolder.java
+4
-0
No files found.
dcs-doc-expand-common/src/main/java/com/yonde/dcs/document/common/vo/ExtDxDocumentFolderVO.java
View file @
eadbc292
...
@@ -68,6 +68,10 @@ public class ExtDxDocumentFolderVO extends IdOnlyVO implements IdVO ,DxLogicDele
...
@@ -68,6 +68,10 @@ public class ExtDxDocumentFolderVO extends IdOnlyVO implements IdVO ,DxLogicDele
*/
*/
private
String
name
;
private
String
name
;
/**
* 父级Id
*/
private
Long
parentId
;
}
}
dcs-doc-expand-entity/src/main/java/com/yonde/dcs/document/entity/po/ExtDxDocumentFolder.java
View file @
eadbc292
...
@@ -62,6 +62,10 @@ public class ExtDxDocumentFolder extends IdOnlyEntity implements IdEntity ,DxLog
...
@@ -62,6 +62,10 @@ public class ExtDxDocumentFolder extends IdOnlyEntity implements IdEntity ,DxLog
* 节点名称
* 节点名称
*/
*/
private
String
name
;
private
String
name
;
/**
* 父级Id
*/
private
Long
parentId
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment