From eb40365c9cffb2269fd3cbd31b050c33455bc84a Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 13 十一月 2024 17:44:08 +0800 Subject: [PATCH] 1 --- src/main/java/com/moon/server/mapper/mn/GeoferrousanorthositesuiteMapper.java | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/moon/server/mapper/mn/GeoferrousanorthositesuiteMapper.java b/src/main/java/com/moon/server/mapper/mn/GeoferrousanorthositesuiteMapper.java index 211c198..7c437ac 100644 --- a/src/main/java/com/moon/server/mapper/mn/GeoferrousanorthositesuiteMapper.java +++ b/src/main/java/com/moon/server/mapper/mn/GeoferrousanorthositesuiteMapper.java @@ -5,11 +5,8 @@ import org.apache.ibatis.annotations.Mapper; import org.springframework.stereotype.Repository; -/** - * Geoferrousanorthositesuite - * @author WWW - */ @Mapper @Repository +@SuppressWarnings("ALL") public interface GeoferrousanorthositesuiteMapper extends GeomBaseMapper<GeoferrousanorthositesuiteEntity> { } -- Gitblit v1.9.3