From b7b520bfe8b35683112284861f0dca8e645cbd56 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 31 十二月 2024 10:22:40 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/hc-satellite-data-import-1227_2'

---
 src/main/kotlin/com/flightfeather/uav/domain/mapper/GridAodDetailMapper.kt |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/main/kotlin/com/flightfeather/uav/domain/mapper/GridAodDetailMapper.kt b/src/main/kotlin/com/flightfeather/uav/domain/mapper/GridAodDetailMapper.kt
new file mode 100644
index 0000000..4576917
--- /dev/null
+++ b/src/main/kotlin/com/flightfeather/uav/domain/mapper/GridAodDetailMapper.kt
@@ -0,0 +1,8 @@
+package com.flightfeather.uav.domain.mapper
+
+import com.flightfeather.uav.domain.MyMapper
+import com.flightfeather.uav.domain.entity.GridAodDetail
+import org.apache.ibatis.annotations.Mapper
+
+@Mapper
+interface GridAodDetailMapper : MyMapper<GridAodDetail?>
\ No newline at end of file

--
Gitblit v1.9.3