zhongrj
2023-11-17 bc670e87f764e250a54b1687dedbe0df135b411f
src/main/java/org/springblade/modules/house/service/IHouseRentalService.java
@@ -18,12 +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.system.excel.HouseRentalExcel;
import org.springblade.modules.house.excel.HouseRentalExcel;
import java.util.List;