From bc7e7bcb9bdd1246e08e6d3318cf543e63a848ad Mon Sep 17 00:00:00 2001 From: linwe <872216996@qq.com> Date: Fri, 17 Nov 2023 17:38:40 +0800 Subject: [PATCH] 统计代码 --- src/main/java/org/springblade/modules/house/service/IHouseRentalService.java | 7 +++++-- 1 files changed, 5 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..6f7f165 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,8 @@ * @return */ Boolean confirmHouseRental(HouseRentalVO houseRental); + + List<HouseRentalExcel> export(HouseRentalVO houseRentalVO); + + Integer getStatisticsCount(HouseRentalTenantVO houseRental); } -- Gitblit v1.9.3