liukangdong
2024-10-16 611e8f7f1986e96980712a083d06b7cfe45f928c
server/visits/dmvisit_service/src/main/java/com/doumee/service/business/PlatformJobService.java
@@ -168,7 +168,7 @@
     * 月台过号
     * @param jobOperateDTO
     */
    void platformOverNumber(JobOperateDTO jobOperateDTO);
    PlatformJob platformOverNumber(JobOperateDTO jobOperateDTO);
    /**
     * 异常挂起
@@ -216,7 +216,6 @@
     */
    PlatformWorkVO getPlatformWorkVOById(Integer platformId);
    PlatformOrderNumByDateResponse orderNumByDate(PlatformOrderNumByDateRequest param);
    List<PlatformDataListResponse> platformWorkingDataList(PlatformDataListRequest param);
@@ -229,5 +228,19 @@
    LargeScreenDataVO getLargeScreenData();
    /**
     * 超时报警
     */
    void timeOutReport();
    /**
     * 自动过号
     */
    void timeOutCallIn();
    /**
     * 作业超时
     */
    void timeOutWork();
}