| | |
| | | package com.ycl.platform.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ycl.platform.domain.dto.CheckResultExportDTO; |
| | | import com.ycl.platform.domain.dto.CheckScoreDTO; |
| | | import com.ycl.platform.domain.dto.CheckScoreIndexDTO; |
| | | import com.ycl.platform.domain.entity.CheckScore; |
| | |
| | | |
| | | List<CheckScore> page(CheckScore checkScore); |
| | | |
| | | void exportIndex(HttpServletResponse response,CheckScore checkScore) throws IOException; |
| | | void exportIndex(HttpServletResponse response, CheckResultExportDTO exportDTO) throws IOException; |
| | | |
| | | /** |
| | | * 首页考核预警 |