| | |
| | | package com.java110.report.bmo.reportFeeMonthStatistics; |
| | | |
| | | import com.java110.dto.RoomDto; |
| | | import com.java110.dto.room.RoomDto; |
| | | import com.java110.dto.repair.RepairUserDto; |
| | | import com.java110.dto.report.ReportDeposit; |
| | | import com.java110.dto.reportFeeMonthStatistics.ReportFeeMonthStatisticsDto; |
| | | import com.java110.dto.reportFee.ReportFeeMonthStatisticsDto; |
| | | import org.springframework.http.ResponseEntity; |
| | | |
| | | import java.util.Map; |
| | | |
| | | public interface IGetReportFeeMonthStatisticsBMO { |
| | | |
| | |
| | | |
| | | ResponseEntity<String> queryOweFeeDetail(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto); |
| | | |
| | | ResponseEntity<String> queryPayFeeDetail(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto); |
| | | |
| | | |
| | | ResponseEntity<String> queryDeadlineFee(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto); |
| | | |
| | |
| | | * @return |
| | | */ |
| | | ResponseEntity<String> queryPayFeeDeposit(ReportDeposit reportDeposit); |
| | | |
| | | /** |
| | | * 查询华宁物业欠费 统计 |
| | | * @param reportFeeMonthStatisticsDto |
| | | * @return |
| | | */ |
| | | ResponseEntity<String> queryHuaningOweFee(ReportFeeMonthStatisticsDto reportFeeMonthStatisticsDto); |
| | | |
| | | /** |
| | | * 查询华宁物业缴费 统计 |
| | | * @param paramInfo |
| | | * @return |
| | | */ |
| | | ResponseEntity<String> queryHuaningPayFee(Map paramInfo); |
| | | |
| | | ResponseEntity<String> queryHuaningPayFeeTwo(Map paramInfo); |
| | | |
| | | ResponseEntity<String> queryHuaningOweFeeDetail(Map paramInfo); |
| | | } |