package com.blog.dao; import com.blog.domain.Article; import org.apache.ibatis.annotations.Param; import org.springframework.stereotype.Repository; import java.util.List; @Repository public interface ArticleDao { int deleteByPrimaryKey(Integer id); int insert(Article record); int insertSelective(Article record); Article selectByPrimaryKey(Integer id); Article selectLastArticle(Integer id); Article selectNextArticle(Integer id); int updateByPrimaryKeySelective(Article record); int updateByPrimaryKeyWithBLOBs(Article record); int updateByPrimaryKey(Article record); int countAllNum(); List<Article> queryAll(); List<Article> selectByWord(String word); }
最近下载更多
最近浏览更多
krispeng LV13
昨天
栾庆浩
10月23日
暂无贡献等级
麻辣香锅加锐澳 LV7
9月1日
微信网友_7030143019094016 LV1
6月9日
林灵123456 LV8
6月6日
happySuperman LV2
6月4日
ccccchhhh
5月31日
暂无贡献等级
Dwight
5月22日
暂无贡献等级
yellow_flowers LV8
4月26日
xiongM LV4
4月20日