| | |
| | | */ |
| | | package org.springblade.modules.article.mapper; |
| | | |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springblade.modules.article.entity.ArticleIntegralEntity; |
| | | import org.springblade.modules.article.vo.ArticleIntegralVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | |
| | | * @param articleIntegral |
| | | * @return |
| | | */ |
| | | List<ArticleIntegralVO> selectArticleIntegralPage(IPage page, ArticleIntegralVO articleIntegral); |
| | | List<ArticleIntegralVO> selectArticleIntegralPage(IPage page, |
| | | @Param("articleIntegral") ArticleIntegralVO articleIntegral); |
| | | |
| | | |
| | | } |