| | |
| | | package com.by4cloud.platformx.business.service; |
| | | |
| | | import com.by4cloud.platformx.business.dto.AnalysisCommonDTO; |
| | | import com.by4cloud.platformx.business.dto.HomeQueryDTO; |
| | | import com.by4cloud.platformx.common.core.util.R; |
| | | |
| | | public interface StatisticService { |
| | |
| | | R agingAnalysisByMarket(AnalysisCommonDTO commonDTO); |
| | | |
| | | R agingAnalysisTotalScale(AnalysisCommonDTO commonDTO); |
| | | |
| | | R homeZbjt(); |
| | | |
| | | R homeZgs(); |
| | | |
| | | R homeZbjtFlag(); |
| | | |
| | | R homeContract(HomeQueryDTO queryDTO); |
| | | |
| | | R homePaymentSlip(HomeQueryDTO queryDTO); |
| | | |
| | | R homeOutBound(HomeQueryDTO queryDTO); |
| | | |
| | | R homeInvoice(HomeQueryDTO queryDTO); |
| | | |
| | | R homeCreditSale(HomeQueryDTO queryDTO); |
| | | |
| | | R homeOverdue(HomeQueryDTO queryDTO); |
| | | |
| | | R homeOverdueHis(HomeQueryDTO queryDTO); |
| | | } |