src/main/kotlin/cn/flightfeather/supervision/lightshare/service/SearchService.kt
@@ -9,9 +9,9 @@ */ interface SearchService { fun writeToFile(config: ExcelConfigVo) fun writeToFile(config: ExcelConfigVo, mode: Int) fun getExcel(config: ExcelConfigVo, response: HttpServletResponse): HttpServletResponse fun getExcel(config: ExcelConfigVo, response: HttpServletResponse): Boolean fun getSubTaskDetail(config: ExcelConfigVo): SubTaskTableVo