yangys
2024-11-02 27eb2df01ab873bc7f1451ff5865ed66b2876159
smart-man-boot/src/main/java/com/qianwen/smartman/modules/smis/service/IWorkstationService.java
@@ -77,13 +77,13 @@
     */
    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);