linwei
2024-01-30 b6f3fc5aec6af3ea4c8a46038f226239181d76aa
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);
}