yanghb
2023-04-21 75a2623173bcc4a235aa1f99f7ef28519186160b
UserTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/dao/DriverServiceMapper.java
@@ -16,6 +16,4 @@
     * @throws Exception
     */
    List<DriverService> queryBusiness(@Param("uid") Integer uid, @Param("type") Integer... type);
    List<Integer> getDriverService(@Param("uid") Integer uid, @Param("type") Integer... type);
}