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