add 新增首页查询抽成金额接口

This commit is contained in:
Lemon
2025-11-14 13:57:46 +08:00
parent 776c0279be
commit e30ffa19af
8 changed files with 134 additions and 116 deletions

View File

@@ -631,4 +631,11 @@ public interface OrderBasicInfoService{
* @return
*/
List<BusinessOrderDetailInfoVO> getOrderDetailByStationIdsForMonth(List<String> stationIds , String startTime , String endTime);
/**
* 获取平台抽成金额
* @param dto
* @return
*/
List<IndexPlatformProfitVO> getPlatformProfit(IndexQueryDTO dto);
}