zhongrj
2023-12-21 5bb9f3b4a1b8096a9148eee0c767cf87f8e4b215
src/main/java/org/springblade/modules/house/vo/HouseRentalVO.java
@@ -41,8 +41,13 @@
   private Integer number;
   /**
    * 是否到期 0:未到期  1:已到期  2:已终止
    */
   private Integer status;
   /**
    * 租户集合信息
    */
   private List<HouseTenantVO> houseTenantVOList = new ArrayList<>();
   private List<HouseholdVO> householdVOList = new ArrayList<>();
}