package com.blog.dao; import com.blog.domain.Article; import com.blog.domain.Comment; import org.apache.ibatis.annotations.Param; import org.springframework.stereotype.Repository; import java.util.List; @Repository public interface CommentDao { int deleteByPrimaryKey(Long id); int insert(Comment record); int insertSelective(Comment record); Comment selectByPrimaryKey(Long id); int updateByPrimaryKeySelective(Comment record); int updateByPrimaryKeyWithBLOBs(Comment record); int updateByPrimaryKey(Comment record); int countAllNum(); List<Comment> queryAll(@Param("article_id") int article_id,@Param("offset") int offset, @Param("limit") int limit); }


ma406805131 LV19
2024年12月18日
dengge123 LV14
2024年12月13日
zolscy LV24
2024年12月9日
krispeng LV14
2024年11月20日
栾庆浩
2024年10月23日
暂无贡献等级
麻辣香锅加锐澳 LV7
2024年9月1日
微信网友_7030143019094016 LV1
2024年6月9日
林灵123456 LV8
2024年6月6日
happySuperman LV2
2024年6月4日
ccccchhhh
2024年5月31日
暂无贡献等级