jiangping
2024-12-11 eb49564ab17c6695d8928d5a63a57c58b3cfd79c
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/PlatformJobService.java
@@ -115,7 +115,7 @@
    DriverHomeVO getDriverHome(LoginUserInfo loginUserInfo);
    /**
     * 距离签到
     * 距离签到·
     * @param signInDTO
     */
    void signIn(SignInDTO signInDTO);
@@ -216,7 +216,6 @@
     */
    PlatformWorkVO getPlatformWorkVOById(Integer platformId);
    PlatformOrderNumByDateResponse orderNumByDate(PlatformOrderNumByDateRequest param);
    List<PlatformDataListResponse> platformWorkingDataList(PlatformDataListRequest param);
@@ -229,5 +228,20 @@
    LargeScreenDataVO getLargeScreenData();
    /**
     * 超时报警
     */
    void timeOutReport();
    /**
     * 自动过号
     */
    void timeOutCallIn();
    /**
     * 作业超时
     */
    void timeOutWork();
    PlatformJob getLastWaitJob(String uuid, LoginUserInfo loginUser);
}