| | |
| | | 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; |
| | | import com.doumee.dao.openapi.request.*; |
| | | import com.doumee.dao.openapi.response.*; |
| | | import com.doumee.dao.web.reqeust.*; |
| | |
| | | * @param id 主键 |
| | | */ |
| | | void deleteById(Integer id); |
| | | void deleteById(Integer id,LoginUserInfo user); |
| | | |
| | | void delete(Integer id); |
| | | /** |
| | |
| | | DriverHomeVO getDriverHome(LoginUserInfo loginUserInfo); |
| | | |
| | | /** |
| | | * 距离签到 |
| | | * 距离签到· |
| | | * @param signInDTO |
| | | */ |
| | | void signIn(SignInDTO signInDTO); |
| | |
| | | * 月台过号 |
| | | * @param jobOperateDTO |
| | | */ |
| | | void platformOverNumber(JobOperateDTO jobOperateDTO); |
| | | PlatformJob platformOverNumber(JobOperateDTO jobOperateDTO); |
| | | |
| | | /** |
| | | * 异常挂起 |
| | |
| | | PlatformJob finishWork(JobOperateDTO jobOperateDTO); |
| | | |
| | | /** |
| | | * 查询所有已完成作业电子锁上锁状态 |
| | | */ |
| | | void checkWmsLockStatus(); |
| | | |
| | | /** |
| | | * 手动授权车辆离场 |
| | | * @param jobOperateDTO |
| | | */ |
| | |
| | | */ |
| | | PlatformWorkVO getPlatformWorkVOById(Integer platformId); |
| | | |
| | | |
| | | PlatformOrderNumByDateResponse orderNumByDate(PlatformOrderNumByDateRequest param); |
| | | |
| | | List<PlatformDataListResponse> platformWorkingDataList(PlatformDataListRequest param); |
| | |
| | | CarNumByStatusResponse carStatusNum(CarNumByStatusRequest param); |
| | | |
| | | PlatformQueuingListResponse queueList(PlatformQueuingListRequest param); |
| | | |
| | | LargeScreenDataVO getLargeScreenData(); |
| | | |
| | | /** |
| | | * 超时报警 |
| | | */ |
| | | void timeOutReport(); |
| | | |
| | | /** |
| | | * 自动过号 |
| | | */ |
| | | void timeOutCallIn(); |
| | | |
| | | /** |
| | | * 作业超时 |
| | | */ |
| | | void timeOutWork(); |
| | | |
| | | PlatformJob getLastWaitJob(String uuid, LoginUserInfo loginUser); |
| | | |
| | | } |