All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.guerlab.smart.article.service.mapper.ArticleMapper Maven / Gradle / Ivy

There is a newer version: 21.5.0
Show newest version
package net.guerlab.smart.article.service.mapper;

import net.guerlab.smart.article.service.entity.Article;
import tk.mybatis.mapper.common.Mapper;

/**
 * 文章Mapper
 *
 * @author guer
 */
public interface ArticleMapper extends Mapper
{ /** * 增加阅读量 * * @param articleId * 文章ID */ void addViewNumber(Long articleId); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy