| | |
| | | |
| | | 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 |
| | | |
| | | fun getOriginData(deviceCode: String?, startTime: String?, endTime: String?, page: Int?, perPage: Int?): BaseResponse<List<DataVo>> |
| | | |
| | | /** |
| | | * 数据处理 |
| | | * 去除原始数据中的异常波动值 |