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

@@ -431,4 +431,10 @@ public interface OrderBasicInfoMapper {
@Param("endTime") String endTime
);
/**
* 查询平台抽成收入
* @param dto
* @return
*/
List<IndexPlatformProfitVO> getPlatformProfit(IndexQueryDTO dto);
}