Update OrderTimeOutCancelTask.java

This commit is contained in:
macro 2021-06-23 20:25:22 +08:00
parent d24e68922f
commit 1efae9f707

View File

@ -8,8 +8,8 @@ import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
/** /**
* Created by macro on 2018/8/24.
* 订单超时取消并解锁库存的定时器 * 订单超时取消并解锁库存的定时器
* Created by macro on 2018/8/24.
*/ */
@Component @Component
public class OrderTimeOutCancelTask { public class OrderTimeOutCancelTask {