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
17425ac1
Commit
17425ac1
authored
Sep 30, 2024
by
侯彦文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文件目录新增树结构
parent
f0dd3c97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
ExtDxDocumentFolderVO.java
...m/yonde/dcs/document/common/vo/ExtDxDocumentFolderVO.java
+0
-5
ExtDxDocumentFolder.java
...com/yonde/dcs/document/entity/po/ExtDxDocumentFolder.java
+0
-4
No files found.
dcs-doc-expand-common/src/main/java/com/yonde/dcs/document/common/vo/ExtDxDocumentFolderVO.java
View file @
17425ac1
...
@@ -109,11 +109,6 @@ public class ExtDxDocumentFolderVO extends IdOnlyVO implements IdVO ,DxTreeConte
...
@@ -109,11 +109,6 @@ public class ExtDxDocumentFolderVO extends IdOnlyVO implements IdVO ,DxTreeConte
*/
*/
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 @
17425ac1
...
@@ -79,10 +79,6 @@ public class ExtDxDocumentFolder extends IdOnlyEntity implements DxContextHolder
...
@@ -79,10 +79,6 @@ public class ExtDxDocumentFolder extends IdOnlyEntity implements DxContextHolder
*/
*/
private
String
name
;
private
String
name
;
/**
/**
* 父级Id
*/
private
Long
parentId
;
/**
* 保管年限
* 保管年限
*/
*/
private
String
storagePeriod
;
private
String
storagePeriod
;
...
...
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