liujie
2025-08-19 c7fe9d122a14fa2cd4463d4d1b0f14a6058f7955
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;
}