| | |
| | | import com.ruoyi.performance.dto.PerformanceShiftAddDto; |
| | | import com.ruoyi.performance.pojo.PerformanceShift; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | |
| | | |
| | | void performanceShiftAdd(PerformanceShiftAddDto performanceShiftAddDto); |
| | | |
| | | Map<String, Object> performanceShiftPage(Page<Object> page, String time, String userName, String laboratory); |
| | | Map<String, Object> performanceShift(String time, String userName, String laboratory); |
| | | |
| | | void performanceShiftUpdate(PerformanceShift performanceShift); |
| | | |
| | | IPage<Map<String, Object>> performanceShiftPageYear(Page<Object> page, String time, String userName, String laboratory); |
| | | List<Map<String, Object>> performanceShiftPageYear(String time, String userName, String laboratory); |
| | | |
| | | Map<Object, Object> exportToYearExcel(String time, String userName, String laboratory) throws Exception; |
| | | |