From d91c78e445e49cda5430bd33ef281f60f56a0a2d Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期日, 05 二月 2023 20:09:10 +0800
Subject: [PATCH] 1

---
 src/main/java/com/lf/server/mapper/bs/SprofileindexfileMapper.java |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/main/java/com/lf/server/mapper/bs/SprofileindexfileMapper.java b/src/main/java/com/lf/server/mapper/bs/SprofileindexfileMapper.java
index 7c42bc6..85380dc 100644
--- a/src/main/java/com/lf/server/mapper/bs/SprofileindexfileMapper.java
+++ b/src/main/java/com/lf/server/mapper/bs/SprofileindexfileMapper.java
@@ -1,10 +1,8 @@
 package com.lf.server.mapper.bs;
 
-import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.lf.server.entity.bs.SprofileindexfileEntity;
+import com.lf.server.mapper.all.BasicMapper;
 import org.apache.ibatis.annotations.Mapper;
-import org.apache.ibatis.annotations.Param;
-import org.apache.ibatis.annotations.Select;
 import org.springframework.stereotype.Repository;
 
 /**
@@ -13,5 +11,5 @@
  */
 @Mapper
 @Repository
-public interface SprofileindexfileMapper extends BaseMapper<SprofileindexfileEntity> {
+public interface SprofileindexfileMapper extends BasicMapper<SprofileindexfileEntity> {
 }

--
Gitblit v1.9.3