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