puzhibing
2023-08-16 d5b3e5a413bcfccba294793ee093722f31b2448a
management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/ITRevenueService.java
@@ -6,6 +6,7 @@
import org.springframework.ui.Model;
import java.util.List;
import java.util.Map;
/**
 * <p>
@@ -60,5 +61,15 @@
     * @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);
}