From 698f8f0f22af4c66581ce284407e986ca036aec6 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期四, 23 一月 2025 17:10:26 +0800 Subject: [PATCH] 1. 网格细分逻辑(编写中) --- src/main/kotlin/com/flightfeather/uav/domain/repository/AirDataRep.kt | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/com/flightfeather/uav/repository/AirDataRepository.kt b/src/main/kotlin/com/flightfeather/uav/domain/repository/AirDataRep.kt similarity index 83% rename from src/main/kotlin/com/flightfeather/uav/repository/AirDataRepository.kt rename to src/main/kotlin/com/flightfeather/uav/domain/repository/AirDataRep.kt index 3f6666d..1460a05 100644 --- a/src/main/kotlin/com/flightfeather/uav/repository/AirDataRepository.kt +++ b/src/main/kotlin/com/flightfeather/uav/domain/repository/AirDataRep.kt @@ -1,14 +1,15 @@ -package com.flightfeather.uav.repository +package com.flightfeather.uav.domain.repository import com.flightfeather.uav.domain.entity.RealTimeData import com.flightfeather.uav.lightshare.bean.DataVo import com.flightfeather.uav.socket.bean.AirDataPackage /** + * 璧拌埅鐩戞祴鏁版嵁鏁版嵁搴撶鐞� * @author riku * Date: 2020/6/11 */ -interface AirDataRepository { +interface AirDataRep { /** * 鍘熷鏁版嵁浠son鏍煎紡瀛樺偍 -- Gitblit v1.9.3