src/main/java/org/springblade/common/node/TreeStringNode.java
@@ -39,6 +39,11 @@ private String aoiCode; /** * 社区编码 */ private String neiCode; /** * 门牌类型 */ private String doorplateType; @@ -63,6 +68,16 @@ * 与角色关系 */ private Integer relationship; /** * 是否九小场所 */ private Integer isNine; /** * 是否阵地 */ private Integer isFront; /** * 排序 @@ -90,4 +105,8 @@ */ @JsonInclude(JsonInclude.Include.NON_EMPTY) private Boolean hasChildren; /** * 无诈类型 */ private Integer noExplosionCategory; }