src/main/kotlin/com/flightfeather/obd/lightshare/service/ObdDataService.kt
@@ -34,8 +34,16 @@ fun getDataStream(deviceCode: String, pageNum: Int?, pageSize: Int?, startTime: String?, endTime: String?): List<DataStreamVo> /** * 根据终端设备码获取数据流数据计数 */ fun getDataStreamCount(deviceCode: String, startTime: String?, endTime: String?): Int /** * 根据终端设备码获取最新经纬度 */ fun getCoordinate(deviceCode: String): LatLngVo /** * 根据终端设备码及时间段,给出此段时间内 */ }