feiyu02
2022-07-19 b041775dae4438e428d2b70d2b22cfe8c49844fe
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