| | |
| | | import com.ruoyi.lavorissue.dto.StatisticsLaborIssue; |
| | | import com.ruoyi.lavorissue.pojo.LaborIssue; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.io.UnsupportedEncodingException; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * @author :yys |
| | | * @date : 2025/8/13 11:18 |
| | |
| | | IPage<LaborIssue> listPage(Page page, LaborIssue laborIssue); |
| | | |
| | | StatisticsLaborIssue statistics(StatisticsLaborIssue req) throws Exception; |
| | | |
| | | void exportCopy(HttpServletResponse response, LaborIssue laborIssue) throws UnsupportedEncodingException; |
| | | |
| | | List<Map<String, Object>> statisticsList(LaborIssue laborIssue); |
| | | } |