linwe
2024-09-03 764d883b5ea3bdc06abbec548b6df0511e567978
src/main/java/org/springblade/common/node/TreeStringNode.java
@@ -38,6 +38,11 @@
   private String aoiCode;
   /**
    * 社区编码
    */
   private String neiCode;
   /**
    * 门牌类型
    */
   private String doorplateType;
@@ -94,4 +99,8 @@
    */
   @JsonInclude(JsonInclude.Include.NON_EMPTY)
   private Boolean hasChildren;
   /**
    * 无诈类型
    */
   private Integer noExplosionCategory;
}