|
@@ -107,15 +107,15 @@ public class ArchiveTreeContract extends BaseEntity {
|
|
*/
|
|
*/
|
|
private String displayHierarchy;
|
|
private String displayHierarchy;
|
|
/**
|
|
/**
|
|
- * 是否为存储节点 '0'否 '1'是
|
|
|
|
|
|
+ * 是否为存储节点 '1'是 '2'否
|
|
*/
|
|
*/
|
|
private Integer isStorageNode;
|
|
private Integer isStorageNode;
|
|
/**
|
|
/**
|
|
- * 是否为竣工图 '0'否 '1'是
|
|
|
|
|
|
+ * 是否为竣工图 '1'是 '2'否
|
|
*/
|
|
*/
|
|
private Integer isBuiltDrawing;
|
|
private Integer isBuiltDrawing;
|
|
/**
|
|
/**
|
|
- * 是否为接口节点 '0'否 '1'是
|
|
|
|
|
|
+ * 是否为接口节点 '1'是 '2'否
|
|
*/
|
|
*/
|
|
private Integer isInterfaceNode;
|
|
private Integer isInterfaceNode;
|
|
/**
|
|
/**
|