linwe
2023-12-01 ad17a6bc2c95c5cb9a82267dc5eae21b64fec9af
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);
}