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日
zolscy LV24
2024年11月26日
yellow_flowers LV8
2024年4月26日
daoshuweiling LV1
2023年12月23日
拜托你仔细听 LV3
2023年9月21日
周敏国 LV9
2023年8月21日
全栈小白 LV35
2023年4月25日
youzitao LV11
2023年4月16日
laogou LV4
2023年4月6日
luolukka LV8
2023年3月15日

caozhengyan
3月27日
暂无贡献等级
ma406805131 LV19
2024年12月18日
zolscy LV24
2024年11月26日
krispeng LV14
2024年11月20日
aslsjsjhdh
2024年6月17日
暂无贡献等级
chenranr LV10
2024年6月15日
sweetlove LV20
2024年6月14日
yellow_flowers LV8
2024年4月26日
xiongM LV4
2024年4月20日
wanglinddad LV55
2024年4月12日