xuhy
2023-04-03 bec9ef7332b0c0d1afc9b28918748efc63a60bcc
management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/ITRevenueService.java
@@ -52,4 +52,13 @@
     * @param model
     */
    void orderDetail(String code, Model model);
    /**
     * 查询收入或佣金
     * @param agentId
     * @param monthDate
     * @param type
     * @param model
     */
    void getDataStatisticsIncomeOrCommission(Integer agentId, String monthDate, Integer type, Model model);
}