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