huliguo
4 天以前 1cb09e4cde9fb97b8369478a9fc16418ac4e29a4
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);
}