Update CancelOrderReceiver.java

This commit is contained in:
macro
2023-01-02 09:28:35 +08:00
parent 00d1aebeac
commit 174f7e35b5

View File

@@ -9,7 +9,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
/**
* 取消订单消息的消费
* 取消订单消息的接收
* Created by macro on 2018/9/14.
*/
@Component