| | |
| | | import com.baomidou.mybatisplus.service.IService; |
| | | import com.stylefeng.guns.modular.system.model.Driver; |
| | | import com.stylefeng.guns.modular.system.util.ResultUtil; |
| | | import com.stylefeng.guns.modular.system.warpper.BaseWarpper; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @throws Exception |
| | | */ |
| | | List<Driver> queryByCarId(Integer carId) throws Exception; |
| | | |
| | | |
| | | /** |
| | | * 获取调度所在公司可服务的司机列表 |
| | | * @param uid |
| | | * @param startLonLat |
| | | * @param endLonLat |
| | | * @param type |
| | | * @param carModelId |
| | | * @return |
| | | * @throws Exception |
| | | */ |
| | | List<BaseWarpper> getServerDriverList(Integer uid, String startLonLat, String endLonLat, Integer type, Integer carModelId) throws Exception; |
| | | } |