linwe
2023-12-23 55d677758efadb6d42e6d4e595cecc2c50c20d5a
src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java
@@ -31,5 +31,15 @@
    */
   private String roleName;
   /**
    * 拼接地址
    */
   private String address;
   /**
    * 是否到期 0:未到期  1:已到期  2:已终止
    */
   private Integer status;
}