| | |
| | | import com.stylefeng.guns.modular.system.controller.resp.TOrderResp; |
| | | import com.stylefeng.guns.modular.system.model.TOrder; |
| | | import com.baomidou.mybatisplus.service.IService; |
| | | import org.springframework.ui.Model; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | * @return |
| | | */ |
| | | List<TOrderResp> getOrderList(String createTime, String code, Integer source, String userName, String userPhone, Integer state, String driverName,Integer isException); |
| | | |
| | | /** |
| | | * 跳转详情页面 |
| | | * @param orderId |
| | | * @param model |
| | | */ |
| | | void orderDetail(Integer orderId, Model model); |
| | | |
| | | /** |
| | | * 跳转异常详情页面 |
| | | * @param orderId |
| | | * @param model |
| | | */ |
| | | void orderExceptionDetail(Integer orderId, Model model); |
| | | } |