mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
add 新增首页查询抽成金额接口
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user