huliguo
昨天 23ac3e4f8fb16db0759ba5c91c4d06d622c67009
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,8 @@
*/
public interface ReferenceMapper extends BaseMapper<Reference> {
    List<FeedExportExcel> importTemplateList(@Param("keywordId") Integer keywordId, @Param("num")Integer num);
    Integer getMaxNumByKeywordId(@Param("keywordId") Integer keywordId);
}