yanghb
2023-04-26 6779f01387b660793b29b55d576031e1be6a7183
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);
}