puzhibing
2023-08-30 2a498d9f65f873cedb74ab5bcb48ad4b845d0622
driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/service/IDriverWorkService.java
@@ -24,4 +24,10 @@
     * @throws Exception
     */
    ResultUtil driverOffWork(Integer driverId, Long onlineTime) throws Exception;
    /**
     * 定时任务检查司机余额是否充足
     */
    void taskDriverOffWork();
}