| | |
| | | */ |
| | | 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); |
| | | |