|
@@ -158,6 +158,16 @@ public class ArchiveTreeContractVO2 implements INode<ArchiveTreeContractVO2> {
|
|
|
|
|
|
private String expDataType;
|
|
private String expDataType;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 分类并卷的分类ID,当archiveAutoType=2时,用来确定同一类型。新增时随机生成,一同提交设置的节点都是同一类。 编辑时 采用已有的
|
|
|
|
+ */
|
|
|
|
+ private Long archiveAutoGroupId;
|
|
|
|
+
|
|
|
|
+ /**
|
|
|
|
+ * 设置分类并卷选择的节点设为1,其下范围内节点设为0
|
|
|
|
+ */
|
|
|
|
+ private Integer archiveAutoGroupSelect;
|
|
|
|
+
|
|
public String toString() {
|
|
public String toString() {
|
|
return "TreeNode(parentId=" + this.getParentId()
|
|
return "TreeNode(parentId=" + this.getParentId()
|
|
+ ",ancestors" + this.getAncestors()
|
|
+ ",ancestors" + this.getAncestors()
|