Pu Zhibing
2025-03-28 8b09fbc19a96b57bf1d0e4d7c79b51a76aeca554
DriverIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/IDriverOnlineService.java
@@ -14,6 +14,9 @@
     * @throws Exception
     */
    void addDriverOnline(Integer driverId) throws Exception;
    void addDriverOnline1(Integer driverId) throws Exception;
    /**
@@ -31,4 +34,10 @@
     * 定时检测司机是否连续接单
     */
    void deductionDuration();
    /**
     * 定时检测司机是否连续接单
     */
    void deductionDuration1();
}