linwe
2023-12-01 19b6f6bd18bd5080b3debef107c5fe8345c1eee8
src/main/java/org/springblade/modules/house/vo/HouseholdVO.java
@@ -41,6 +41,16 @@
   private String roleRelationName;
   /**
    * 小区名称
    */
   private String aoiName;
   /**
    * 地址
    */
   private String address;
   /**
    * 标签
    */
   private List<HouseholdLabelVO> householdLabelList = new ArrayList<>();