接口 ArticleMapper

所有超级接口:
com.baomidou.mybatisplus.core.mapper.BaseMapper<Article>, com.baomidou.mybatisplus.core.mapper.Mapper<Article>

public interface ArticleMapper
extends com.baomidou.mybatisplus.core.mapper.BaseMapper<Article>
文章Mapper
作者:
guer
  • 方法概要

    修饰符和类型 方法 说明
    void addViewNumber​(java.lang.Long articleId)
    增加阅读量

    从接口继承的方法 com.baomidou.mybatisplus.core.mapper.BaseMapper

    delete, deleteBatchIds, deleteById, deleteByMap, insert, selectBatchIds, selectById, selectByMap, selectCount, selectList, selectMaps, selectMapsPage, selectObjs, selectOne, selectPage, update, updateById
  • 方法详细资料

    • addViewNumber

      void addViewNumber​(java.lang.Long articleId)
      增加阅读量
      参数:
      articleId - 文章ID