driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/service/IYouTuiDriverService.java
@@ -20,6 +20,10 @@ List<DriverYouTuiListWarpper> queryDriverYouTuiList(Integer driverId) throws Exception; List<DriverYouTuiWarpper> queryDriverYouTuiList1(Integer driverId) throws Exception; /** * 获取司机优推列表 * @param driverId @@ -49,4 +53,11 @@ * @throws Exception */ ResultUtil redeemBenefits(Integer driverId, Integer id) throws Exception; /** * 修改状态 * @throws Exception */ void editState() throws Exception; }