puzhibing
2023-06-01 5a56fe238e5f51efe5221b5a376f109cda4b4b72
driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/service/IYouTuiDriverService.java
@@ -53,4 +53,11 @@
     * @throws Exception
     */
    ResultUtil redeemBenefits(Integer driverId, Integer id) throws Exception;
    /**
     * 修改状态
     * @throws Exception
     */
    void editState() throws Exception;
}