puzhibing
2023-08-08 9c8692a0f9a8c697f468d12c2828196a3e97c7fa
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();
}