| | |
| | | package com.stylefeng.guns.modular.system.dao; |
| | | |
| | | import com.stylefeng.guns.modular.system.controller.resp.PerformanceTableResp; |
| | | import com.stylefeng.guns.modular.system.controller.resp.RevenueExpenditureResp; |
| | | import com.stylefeng.guns.modular.system.model.TRevenue; |
| | | import com.baomidou.mybatisplus.mapper.BaseMapper; |
| | |
| | | * @return |
| | | */ |
| | | RevenueExpenditureResp commissionOrBalanceDetail(@Param("code")String code, @Param("type")Integer type); |
| | | |
| | | List<PerformanceTableResp> getDataStatisticsIncomeOrCommission(@Param("agentId")Integer agentId,@Param("type") Integer type, @Param("monthDate")String monthDate); |
| | | } |