| | |
| | | import com.doumee.core.model.PageWrap; |
| | | import com.doumee.dao.business.model.Platform; |
| | | import com.doumee.dao.business.model.PlatformJob; |
| | | import com.doumee.dao.web.reqeust.JobDetailDTO; |
| | | import com.doumee.dao.web.reqeust.JobOperateDTO; |
| | | import com.doumee.dao.web.reqeust.LineUpDetailDTO; |
| | | import com.doumee.dao.web.reqeust.SignInDTO; |
| | | import com.doumee.dao.openapi.request.*; |
| | | import com.doumee.dao.openapi.response.*; |
| | | import com.doumee.dao.web.reqeust.*; |
| | | import com.doumee.dao.web.response.DriverHomeVO; |
| | | import com.doumee.dao.web.response.LineUpVO; |
| | | import com.doumee.dao.web.response.PlatformWorkVO; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | */ |
| | | void deleteById(Integer id); |
| | | |
| | | void delete(Integer id); |
| | | /** |
| | | * 删除 |
| | | * |
| | |
| | | */ |
| | | PageData<PlatformJob> findPage(PageWrap<PlatformJob> pageWrap); |
| | | |
| | | /** |
| | | * 叫号列表数据 |
| | | * @param pageWrap |
| | | * @return |
| | | */ |
| | | PageData<PlatformJob> platformCallList(PageWrap<PlatformJob> pageWrap); |
| | | /** |
| | | * 条件统计 |
| | | * |
| | |
| | | void finishWork(JobOperateDTO jobOperateDTO); |
| | | |
| | | /** |
| | | * 手动授权车辆离场 |
| | | * @param jobOperateDTO |
| | | */ |
| | | void powerLevel(JobOperateDTO jobOperateDTO); |
| | | /** |
| | | * 获取月台下的任务信息 |
| | | * @param groupId |
| | | * @param loginUserInfo |
| | |
| | | */ |
| | | List<Platform> getPlatformList(Integer groupId, LoginUserInfo loginUserInfo); |
| | | |
| | | void confirmTask(ConfirmTaskDTO confirmTaskDTO); |
| | | |
| | | /** |
| | | * 获取月台任务数据 |
| | | * @param platformId |
| | | * @return |
| | | */ |
| | | PlatformWorkVO getPlatformWorkVOById(Integer platformId); |
| | | |
| | | |
| | | PlatformOrderNumByDateResponse orderNumByDate(PlatformOrderNumByDateRequest param); |
| | | |
| | | List<PlatformDataListResponse> platformWorkingDataList(PlatformDataListRequest param); |
| | | |
| | | PlatformDataInfoResponse platformWorkingDataList(PlatformDataInfoRequest param); |
| | | |
| | | CarNumByStatusResponse carStatusNum(CarNumByStatusRequest param); |
| | | |
| | | PlatformQueuingListResponse queueList(PlatformQueuingListRequest param); |
| | | } |