code review:统计代码

This commit is contained in:
YunaiV
2023-10-11 12:32:28 +08:00
parent 704087ce86
commit fef808d88c
32 changed files with 73 additions and 181 deletions

View File

@ -1,10 +0,0 @@
package cn.iocoder.yudao.module.trade.api.aftersale;
/**
* 售后 API 接口
*
* @author owen
*/
public interface TradeAfterSaleApi {
}

View File

@ -1,10 +0,0 @@
package cn.iocoder.yudao.module.trade.api.brokerage;
/**
* 分销 API 接口
*
* @author owen
*/
public interface TradeBrokerageApi {
}

View File

@ -28,25 +28,6 @@ public interface TradeOrderApi {
*/
TradeOrderRespDTO getOrder(Long id);
/**
* 获取订单统计
*
* @param beginTime 起始时间
* @param endTime 截止时间
* @return 订单统计结果
*/
TradeOrderSummaryRespDTO getOrderSummary(LocalDateTime beginTime, LocalDateTime endTime);
/**
* 更新拼团相关信息到订单
*
* @param orderId 订单编号
* @param activityId 拼团活动编号
* @param combinationRecordId 拼团记录编号
* @param headId 团长编号
*/
void updateOrderCombinationInfo(Long orderId, Long activityId, Long combinationRecordId, Long headId);
// TODO 芋艿:需要优化下;
/**
* 取消支付订单