yanghb
2023-04-26 83c59dc115aa01e57c780f6f92bad31ca69e0443
UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IDriverServiceService.java
@@ -16,6 +16,4 @@
     * @throws Exception
     */
    List<DriverService> query(Integer driverId, Integer...type) throws Exception;
    List<Integer> getDriverService(Integer uid,Integer... type);
}