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); }