Update CancelOrderReceiver.java

This commit is contained in:
macro 2020-08-17 21:10:43 +08:00
parent f6652cf46f
commit d51afa880c

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