guyue
2 天以前 00c46e6daca9f068a86ef0d3571a2a206628c328
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);
}