linwe
2023-11-23 d0e27ecff97fff5fabed2696c9813c8e17ac6322
src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java
@@ -26,5 +26,15 @@
    */
   private Integer dldType;
   /**
    * 角色名称
    */
   private String roleName;
   /**
    * 拼接地址
    */
   private String address;
}