src/main/java/com/linghu/mapper/ReferenceMapper.java
@@ -2,6 +2,10 @@ import com.linghu.model.entity.Reference; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.linghu.model.excel.FeedExportExcel; import org.apache.ibatis.annotations.Param; import java.util.List; /** * @author xy @@ -11,6 +15,7 @@ */ public interface ReferenceMapper extends BaseMapper<Reference> { List<FeedExportExcel> importTemplateList(@Param("keywordId") Integer keywordId, @Param("num")Integer num); }