yangys
2024-10-30 c27b939fa5fa6ce4d712f7e9ced2ad811d69d5ec
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);