zhongrj
2024-04-10 ccb2adeeddd0b12ea35687681ddf9f7a9cb73ef5
src/main/java/org/springblade/modules/house/service/IHouseTenantService.java
@@ -39,5 +39,10 @@
    */
   IPage<HouseTenantVO> selectHouseTenantPage(IPage<HouseTenantVO> page, HouseTenantVO houseTenant);
   /**
    * 根据租房id删除租户信息
    * @param id
    * @return
    */
    int removeByHousingRentalId(Long id);
}