package com.walker.pay; /** * 业务回调规范。

* 目前为标识接口,下面子类区分:订单回调、退款回调等。 * @author 时克英 * @date 2023-01-17 */ public interface CallBack { }