feiyu02
2022-07-20 39e208b6b0482a25c77e53590087c02d9d937563
src/main/kotlin/cn/flightfeather/supervision/lightshare/service/SearchService.kt
@@ -9,7 +9,7 @@
 */
interface SearchService {
    fun writeToFile(config: ExcelConfigVo)
    fun writeToFile(config: ExcelConfigVo, mode: Int)
    fun getExcel(config: ExcelConfigVo, response: HttpServletResponse): HttpServletResponse