lin
2024-04-15 bdfb1bfaf5dc5d7318c632fcc6fdf3ffacbd075f
src/main/java/org/springblade/modules/house/vo/HouseRentalTenantVO.java
@@ -26,10 +26,7 @@
    */
   private Integer dldType;
   /**
    * 角色名称
    */
   private String roleName;
   /**
    * 拼接地址
@@ -60,5 +57,15 @@
   private Long userId;
   /**
    * 角色名称
    */
   private String roleName;
   /**
    * 社区编号
    */
   private String communityCode;
}