| | |
| | | * @return |
| | | */ |
| | | List<Map> getFloorFeeSummary(QueryStatisticsDto queryStatisticsDto); |
| | | |
| | | /** |
| | | * 费用项 费用统计信息 |
| | | * @param queryStatisticsDto |
| | | * @return |
| | | */ |
| | | List<Map> getConfigFeeSummary(QueryStatisticsDto queryStatisticsDto); |
| | | |
| | | /** |
| | | * 查询对象明细表(数量) |
| | | * @param queryStatisticsDto |
| | | * @return |
| | | */ |
| | | int getObjFeeSummaryCount(QueryStatisticsDto queryStatisticsDto); |
| | | |
| | | /** |
| | | * 查询对象明细表 |
| | | * @param queryStatisticsDto |
| | | * @return |
| | | */ |
| | | List<Map> getObjFeeSummary(QueryStatisticsDto queryStatisticsDto); |
| | | |
| | | /** |
| | | * 查询业主对象明细表 |
| | | * @param queryStatisticsDto |
| | | * @return |
| | | */ |
| | | List<Map> getOwnerFeeSummary(QueryStatisticsDto queryStatisticsDto); |
| | | |
| | | /** |
| | | * 优惠金额 |
| | | * @param queryStatisticsDto |
| | | * @return |
| | | */ |
| | | double getDiscountFee(QueryStatisticsDto queryStatisticsDto); |
| | | |
| | | /** |
| | | * 滞纳金 |
| | | * @param queryStatisticsDto |
| | | * @return |
| | | */ |
| | | double getLateFee(QueryStatisticsDto queryStatisticsDto); |
| | | } |