From ad2ec97fe0c60eee4bb7c8cdacff7c876f280ea7 Mon Sep 17 00:00:00 2001 From: linwei <872216696@qq.com> Date: Mon, 08 Jan 2024 11:30:18 +0800 Subject: [PATCH] 公安安全监管 --- src/main/java/org/springblade/modules/house/service/IHouseRentalService.java | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/springblade/modules/house/service/IHouseRentalService.java b/src/main/java/org/springblade/modules/house/service/IHouseRentalService.java index 71996a1..ab06eb4 100644 --- a/src/main/java/org/springblade/modules/house/service/IHouseRentalService.java +++ b/src/main/java/org/springblade/modules/house/service/IHouseRentalService.java @@ -18,11 +18,10 @@ import com.baomidou.mybatisplus.extension.service.IService; import org.springblade.modules.house.entity.HouseRentalEntity; -import org.springblade.modules.house.vo.HouseRentalStatistics; import org.springblade.modules.house.vo.HouseRentalTenantVO; import org.springblade.modules.house.vo.HouseRentalVO; -import org.springblade.core.mp.base.BaseService; import com.baomidou.mybatisplus.core.metadata.IPage; +import org.springblade.modules.house.excel.HouseRentalExcel; import java.util.List; @@ -83,4 +82,13 @@ * @return */ Boolean confirmHouseRental(HouseRentalVO houseRental); + + /** + * 导出租赁信息 + * @param houseRentalVO + * @return + */ + List<HouseRentalExcel> export(HouseRentalTenantVO houseRentalVO); + + Integer getStatisticsCount(HouseRentalTenantVO houseRental); } -- Gitblit v1.9.3