server/services/src/main/java/com/doumee/service/business/RevenueService.java
@@ -3,6 +3,7 @@ import com.doumee.core.model.PageData; import com.doumee.core.model.PageWrap; import com.doumee.dao.business.model.Revenue; import com.doumee.dao.vo.RevenueStatisticsVO; import java.util.List; @@ -96,4 +97,20 @@ */ long count(Revenue revenue); /** * 门店收益统计 * * @param shopId 门店主键 * @return 收益统计 */ RevenueStatisticsVO getShopRevenueStatistics(Integer shopId); /** * 司机收益统计 * * @param memberId 会员主键 * @return 收益统计 */ RevenueStatisticsVO getDriverRevenueStatistics(Integer memberId); }