Crunchy
2024-05-14 f0526b05b1577d995e1cb7185d1fdb555d18fd2c
performance-server/src/main/java/com/yuanchu/mom/service/PerformanceShiftService.java
@@ -20,7 +20,13 @@
    void performanceShiftAdd(PerformanceShiftAddDto performanceShiftAddDto);
    IPage<Map<String, Object>> performanceShiftPage(Page<Object> page, String time, String userName, String laboratory);
    Map<String, Object> performanceShiftPage(Page<Object> page, String time, String userName, String laboratory);
    void performanceShiftUpdate(String shift, Integer id);
    void performanceShiftUpdate(PerformanceShift performanceShift);
    IPage<Map<String, Object>> performanceShiftPageYear(Page<Object> page, String time, String userName, String laboratory);
    Map<Object, Object> exportToYearExcel(String time, String userName, String laboratory) throws Exception;
    Map<Object, Object> exportToMonthExcel(String time, String userName, String laboratory);
}