朱佳吉
2024-05-09 d4fd54448ff25bfecb1ea026fb2389a7e331a3fd
performance-server/src/main/java/com/yuanchu/mom/service/PerformanceShiftService.java
@@ -21,5 +21,5 @@
    IPage<PerformanceShiftMapDto> performanceShiftPage(Page<Object> page, String time, String userName, String laboratory);
    void performanceShiftUpdate(String shift, Integer id);
    void performanceShiftUpdate(PerformanceShift performanceShift);
}