首页>代码>s2sh开发的java源代码分享网(源码已开源)>/admintwo/src/com/admintwo/dao/CommentsDao.java
package com.admintwo.dao;

import java.util.List;

import com.admintwo.model.Comments;
import com.admintwo.model.pojo.CommentsUserLabels;
import com.admintwo.model.pojo.UserCommentsResources;

public interface CommentsDao {

	// 根据资源id获取该资源下的所有评论
	public List<CommentsUserLabels> getCommentsByResources_id(int resources_id);

	// 发表评论
	public int addComments(Comments comment);
	
	// 获取用户最近10条评论
	public List<UserCommentsResources> getCommentsResourcesByUser_id(int user_id);
}
最近下载更多
jlmarket  LV20 2022年6月14日
buchifanqie  LV2 2022年3月22日
陈王子  LV12 2021年10月25日
哎呀  LV1 2021年5月15日
取名字是的头疼事  LV2 2021年3月15日
xindong  LV12 2021年3月2日
羞羞小子  LV13 2021年2月5日
德莱文  LV15 2021年1月24日
fbwieuhilkws  LV1 2021年1月8日
今天的月白很菜  LV2 2020年12月24日
最近浏览更多
sdl924  LV1 5月28日
暂无贡献等级
aobiym 3月26日
暂无贡献等级
hesu2020  LV1 3月18日
kevinkg  LV12 2月27日
xiaozhilei 2月22日
暂无贡献等级
zhiwei0127  LV1 2022年12月14日
qutiantang  LV2 2022年10月12日
薄荷你玩  LV1 2022年6月28日
2410068425  LV22 2022年6月17日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友