| | |
| | | import org.springframework.ui.Model; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | * @param type |
| | | * @param model |
| | | */ |
| | | void getDataStatisticsIncomeOrCommission(Integer agentId, String monthDate, Integer type, Model model); |
| | | void getDataStatisticsIncomeOrCommission(Integer agentId, String monthDate, Integer type, Model model, Map<String, Object> map); |
| | | |
| | | /** |
| | | * 业绩排名收入、佣金 |
| | | * @param ids |
| | | * @param monthDate |
| | | * @param type |
| | | * @param model |
| | | * @param map |
| | | */ |
| | | void getDataStatisticsIncomeOrCommissionByIds(List<Integer> ids, String monthDate, Integer type, Model model, Map<String, Object> map); |
| | | } |