linwe
2024-07-12 2f2115a19277620bb7d9ac4af1e3bfd7830d2e6c
src/main/java/org/springblade/modules/house/vo/HouseVO.java
@@ -83,4 +83,12 @@
   private String communityCode;
   private List<UserHouseLabelVO> userHouseLabelVOList = new ArrayList<>();
   /**
    * 标签id
    */
   private Integer status;
   @ApiModelProperty(value = "编码", example = "")
   private String code;
}