jiangping
2025-01-07 b0c4a1ff9d2df09c137807e9c38c43bf9a097237
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/PlatformJobService.java
@@ -1,8 +1,8 @@
package com.doumee.service.business;
import com.doumee.core.model.LoginUserInfo;
import com.doumee.core.model.PageData;
import com.doumee.core.model.PageWrap;
import com.doumee.service.business.third.model.LoginUserInfo;
import com.doumee.service.business.third.model.PageData;
import com.doumee.service.business.third.model.PageWrap;
import com.doumee.dao.business.model.Platform;
import com.doumee.dao.business.model.PlatformJob;
import com.doumee.dao.business.vo.LargeScreenDataVO;
@@ -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,21 @@
    LargeScreenDataVO getLargeScreenData();
    /**
     * 超时报警
     */
    void timeOutReport();
    /**
     * 自动过号
     */
    void timeOutCallIn();
    /**
     * 作业超时
     */
    void timeOutWork();
    PlatformJob getLastWaitJob(String uuid, LoginUserInfo loginUser);
}