xuhy
2025-09-11 5edd84c3d79263a32afdd9564ad0373fc253389f
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 type ,Integer serverCarModelId,  Integer lineId  ) throws Exception;
}