src/main/kotlin/com/flightfeather/uav/lightshare/service/RealTimeDataService.kt
@@ -16,6 +16,8 @@ fun importData(file: MultipartFile): BaseResponse<DataImportResult> fun importJinanData(file: MultipartFile): BaseResponse<DataImportResult> fun outToWorkbook(deviceCode: String, startTime: String, endTime: String): SXSSFWorkbook fun outToExcel(deviceCode: String, startTime: String, endTime: String, response: HttpServletResponse): HttpServletResponse