UserOKTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IDriverService.java
@@ -62,4 +62,13 @@ * @throws Exception */ List<BaseWarpper> queryBusiness(Integer uid) throws Exception; /** * 跨城获取给定车型且相同线路的司机 * @param serverCarModelId * @param lineId * @return * @throws Exception */ List<Driver> queryDriversByLineAndCarModel (Integer serverCarModelId, Integer lineId ) throws Exception; }