smart-man-boot/src/main/java/com/qianwen/smartman/modules/mdc/service/ISuperAggregateOutputService.java
@@ -6,6 +6,14 @@ import com.qianwen.smartman.modules.mdc.enums.StatisticalMethodEnum; public interface ISuperAggregateOutputService { /** * 产量数据 * @param workstationIds * @param statisticalMethod * @param startDate * @param endDate * @return */ List<SuperAggregateOutput> getOutputData(List<Long> workstationIds, StatisticalMethodEnum statisticalMethod, LocalDate startDate, LocalDate endDate); List<SuperAggregateOutput> queryPerfByDay(Long workstationId, String startTime, String endTime, Long employeeId);