套餐推广订单取消定时任务
This commit is contained in:
@@ -70,4 +70,9 @@ public interface PpPackageOrderService extends IService<PpPackageOrder> {
|
||||
* 核销
|
||||
*/
|
||||
boolean checkout(String verifyCode, Long shopId);
|
||||
|
||||
/**
|
||||
* 过期订单
|
||||
*/
|
||||
void expiredOrder(Long orderId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user