zhongrj
2023-12-08 9e194a9d6ccfdfc80c0169af6542fb192cb51eb7
src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java
@@ -36,5 +36,10 @@
    */
   private String address;
   /**
    * 是否到期 0:未到期  1:已到期  2:已终止
    */
   private Integer status;
}