From b315032d126a640758d4a6fccf297acbab057772 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期五, 22 八月 2025 17:30:44 +0800 Subject: [PATCH] 2025.8.21 1. 新增走航任务统计功能(待完成) --- src/test/kotlin/com/flightfeather/uav/UAVApplicationTests.kt | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/test/kotlin/com/flightfeather/uav/UAVApplicationTests.kt b/src/test/kotlin/com/flightfeather/uav/UAVApplicationTests.kt index 1dd2ccf..7409619 100644 --- a/src/test/kotlin/com/flightfeather/uav/UAVApplicationTests.kt +++ b/src/test/kotlin/com/flightfeather/uav/UAVApplicationTests.kt @@ -1,5 +1,7 @@ package com.flightfeather.uav +import com.flightfeather.uav.domain.entity.GridDataDetail +import com.flightfeather.uav.domain.mapper.GridDataDetailMapper import com.flightfeather.uav.lightshare.service.RealTimeDataService import org.junit.Test import org.junit.runner.RunWith @@ -7,6 +9,7 @@ import org.springframework.beans.factory.annotation.Autowired import org.springframework.boot.test.context.SpringBootTest import org.springframework.test.context.junit4.SpringRunner +import tk.mybatis.mapper.entity.Example @RunWith(SpringRunner::class) @SpringBootTest -- Gitblit v1.9.3