src/main/kotlin/com/flightfeather/uav/lightshare/service/SatelliteTelemetryService.kt
@@ -22,6 +22,8 @@ fun fetchGridGroup(areaVo: AreaVo, page: Int?, perPage: Int?): Pair<DataHead, List<GridGroup?>> fun deleteGridGroup(groupId: Int) fun fetchGridCell(groupId: Int): List<GridCell?> fun fetchGridData(groupId: Int, dataTime: LocalDateTime?, type: Int?): List<GridData?>