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