management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/ITAgentService.java
@@ -7,6 +7,7 @@ import org.springframework.ui.Model; import java.util.List; import java.util.Map; /** * <p> @@ -35,4 +36,19 @@ void detail(Integer agentId, Model model); List<TAgentResp> getAgentResp(List<TAgent> tAgents); /** * 统计代理商 * @param agentId * @param model */ void getDataStatistics(Integer agentId, Model model, Map<String, Object> map); /** * 统计代理商 * @param ids * @param model * @param map */ void getDataStatisticsByIds(List<Integer> ids, Model model, Map<String, Object> map); }