linwe
2023-12-20 f842dff7066fcf7ce67a54a5be043145b969ee56
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<>();
}