套餐推广订单取消定时任务

This commit is contained in:
gong
2025-12-19 10:44:42 +08:00
parent 20f65ba0ca
commit 5d4d853355
8 changed files with 123 additions and 3 deletions

View File

@@ -70,4 +70,9 @@ public interface PpPackageOrderService extends IService<PpPackageOrder> {
* 核销
*/
boolean checkout(String verifyCode, Long shopId);
/**
* 过期订单
*/
void expiredOrder(Long orderId);
}