src/main/kotlin/com/flightfeather/uav/lightshare/service/impl/RealTimeDataServiceImpl.kt
@@ -317,4 +317,8 @@ return BaseResponse(count > 0, data = "插入数据: ${count}条") } override fun dataCalibration(): BaseResponse<String> { return BaseResponse(true) } }