| | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.oying.modules.sh.domain.request.GeneratorOrder; |
| | | import com.oying.modules.sh.domain.request.StatusOrder; |
| | | import com.oying.modules.sh.domain.request.SubmitOrder; |
| | | import com.oying.modules.sh.domain.vo.OrderInfo; |
| | | import com.oying.modules.sh.domain.vo.OrderResponse; |
| | | import com.oying.utils.PageResult; |
| | | import com.oying.utils.enums.OrderStatusEnum; |
| | | import com.oying.utils.enums.PayStateEnum; |
| | | |
| | | /** |
| | |
| | | |
| | | OrderResponse getByOrderNum(String orderNum); |
| | | |
| | | void paySuccess(OrderResponse order); |
| | | void operationLog(OrderResponse order, OrderStatusEnum stateEnum,String cardName); |
| | | |
| | | void updatePayStatus(String outTradeNo, PayStateEnum stateEnum, String payInfo, String timeEnd); |
| | | |
| | |
| | | void download(List<Order> all, HttpServletResponse response) throws IOException; |
| | | |
| | | void closeOrder(String orderNum); |
| | | |
| | | void statusOrder(StatusOrder statusOrder); |
| | | } |