Crunchy
2024-05-10 d74c28c6f826c9d9e61612b4bc589b0774feb82a
performance-server/src/main/java/com/yuanchu/mom/service/PerformanceShiftService.java
@@ -20,7 +20,11 @@
    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> exportToExcel(String time, String userName, String laboratory);
}