linwe
2023-11-12 8d35dce01b5a6a336c367777fb7ee2470c843fa7
src/main/java/org/springblade/modules/house/service/impl/HouseTenantServiceImpl.java
@@ -39,5 +39,13 @@
      return page.setRecords(baseMapper.selectHouseTenantPage(page, houseTenant));
   }
   /**
    * 根据租房id删除租户信息
    * @param id
    * @return
    */
   @Override
   public int removeByHousingRentalId(Long id) {
      return baseMapper.removeByHousingRentalId(id);
   }
}