src/main/java/org/springblade/common/node/TreeStringNode.java
@@ -39,6 +39,11 @@ private String aoiCode; /** * 社区编码 */ private String neiCode; /** * 门牌类型 */ private String doorplateType; @@ -65,6 +70,21 @@ private Integer relationship; /** * 是否九小场所 */ private Integer isNine; /** * 是否阵地 */ private Integer isFront; /** * 排序 */ private Integer sort; /** * 父节点ID */ @JsonSerialize(using = ToStringSerializer.class) @@ -85,4 +105,8 @@ */ @JsonInclude(JsonInclude.Include.NON_EMPTY) private Boolean hasChildren; /** * 无诈类型 */ private Integer noExplosionCategory; }