zhongrj
2024-04-16 0415473b4ba34d19b96c9f9491a7f01d1ebc813b
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;
}