| | |
| | | |
| | | Boolean delete(List<Long> workstationIds, Integer type); |
| | | |
| | | /** |
| | | * 工位分页查询 |
| | | * @param workstationVOIPage 分页信息 |
| | | * @param keyWord 关键字 |
| | | * @param groupId 分组id |
| | | * @param status 状态 |
| | | * @param type 类型 |
| | | * @return 分页数据 |
| | | */ |
| | | IPage<WorkstationVO> listPage(IPage<WorkstationVO> workstationVOIPage, String keyWord, Long groupId, Integer status, Integer type); |
| | | |
| | | List<WorkstationVO> getWorkstationByGroupIds(final List<String> groupIds); |
| | |
| | | */ |
| | | IPage<WorkstationRealTimeStatusVO> getRealTimeStatus(WorkstationRealTimeStatusDTO dto, Query query); |
| | | |
| | | List<RealTimeStatusVO> getRealTimeProperties(Long workstationId, Long machineId); |
| | | //List<RealTimeStatusVO> getRealTimeProperties(Long workstationId, Long machineId); |
| | | |
| | | IPage<Workstation> listWorkStationOnShiftIndex(List<String> ids, LocalDate localDate, Query query, Integer shift, Integer type); |
| | | |
| | | List<Workstation> listWorkStationOnShift(List<Long> ids, LocalDate localDate, List<Integer> shifts, Integer type); |
| | | |
| | | List<DmpVariablesVO> getDmpVariables(String workstationId, String machineId); |
| | | //List<DmpVariablesVO> getDmpVariables(String workstationId, String machineId); |
| | | |
| | | Integer countWorkStationOnShiftIndex(List<String> ids, LocalDate localDate, Integer shift, Integer type); |
| | | |