|
@@ -372,10 +372,11 @@ public class ArchiveTreeContract extends BaseEntity {
|
|
|
this.projectType = archiveTree.getProjectType();
|
|
|
this.storageType = archiveTree.getStorageType();
|
|
|
this.expDataType = archiveTree.getExpDataType();
|
|
|
- this.archiveAutoType = archiveTree.getArchiveAutoType();
|
|
|
- this.archiveAutoNodeId = archiveTree.getArchiveAutoNodeId();
|
|
|
- this.archiveAutoGroupId = archiveTree.getArchiveAutoGroupId();
|
|
|
- this.archiveAutoGroupSelect = archiveTree.getArchiveAutoGroupSelect();
|
|
|
+ //TODO 0625
|
|
|
+// this.archiveAutoType = archiveTree.getArchiveAutoType();
|
|
|
+// this.archiveAutoNodeId = archiveTree.getArchiveAutoNodeId();
|
|
|
+// this.archiveAutoGroupId = archiveTree.getArchiveAutoGroupId();
|
|
|
+// this.archiveAutoGroupSelect = archiveTree.getArchiveAutoGroupSelect();
|
|
|
this.isUploadFileDisplayConfigurationTree = archiveTree.getIsDisplayTree();
|
|
|
this.classify = archiveTree.getClassify();
|
|
|
this.treeSort = archiveTree.getTreeSort();
|