linwe
2023-11-11 7bbf08d2a38d91bf4a1cf278c52ff7303e05fdaf
src/main/java/org/springblade/modules/house/vo/HouseRentalVO.java
@@ -41,6 +41,11 @@
   private Integer number;
   /**
    * 是否到期 0:未到期  1:已到期  2:已终止
    */
   private Integer status;
   /**
    * 租户集合信息
    */
   private List<HouseTenantVO> houseTenantVOList = new ArrayList<>();