liujie
2023-08-16 db7fa6a91b9534ac90e219b6f554c54c43c83a5a
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;
}