linwe
2023-12-15 6e9f2c5ade8802645fd4e0b718ae14d40066b4d5
src/main/java/org/springblade/modules/house/vo/HouseVO.java
@@ -39,5 +39,10 @@
    */
   private String address;
   /**
    * 街道编号
    */
   private String streetCode;
   private List<UserHouseLabelVO> userHouseLabelVOList = new ArrayList<>();
}