| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ruoyi.common.core.domain.R; |
| | | import com.ruoyi.common.core.web.page.PageInfo; |
| | | import com.ruoyi.order.model.RefundPass; |
| | | import com.ruoyi.order.vo.ApplyRefundPass; |
| | | import com.ruoyi.order.vo.OrderRefundPassList; |
| | |
| | | * 管理后台获取售后管理列表数据 |
| | | * @return |
| | | */ |
| | | List<OrderRefundPassList> getOrderRefundPassList(OrderRefundPassListVo refundPassListVo); |
| | | PageInfo<OrderRefundPassList> getOrderRefundPassList(OrderRefundPassListVo refundPassListVo); |
| | | |
| | | |
| | | /** |
| | |
| | | * @return |
| | | */ |
| | | RefundPassInfo getRefundPassInfo(Long id); |
| | | |
| | | |
| | | /** |
| | | * 定时查询快递信息 |
| | | */ |
| | | void taskExpress(); |
| | | } |