首页>代码>SSM仿制Tenda路由器公司官方网站>/Tenda/src/dao/CommentsMapper.java
package dao;

import java.util.List;

import org.apache.ibatis.annotations.Param;
import org.springframework.web.bind.annotation.RequestParam;

import pojo.Comments;

//评论
public interface CommentsMapper {
		//保存产品的评论信息
		public abstract int insertComments(Comments comments);
		//获取指定的评论信息  pro_Name 
		public abstract List<Comments> getPro_NameComments(String pro_Name);
		//获取所有的评论
		public abstract List<Comments> getAllComments(@Param("page")Integer page,@Param("rows")Integer rows,
				@Param("commentsName")String commentsName,
				@Param("commentsProName")String commentsProName
				);
		
		//获取评论的总数
		public int getAllCommentsTotal(@Param("commentsName")String commentsName,
				@Param("commentsProName")String commentsProName);
		//删除评论
		public int deleteComments(@Param("commentsId")String commentsId) ;
		
}
最近下载更多
jskdbf  LV7 2022年6月11日
lilong007  LV22 2021年12月22日
success1011  LV8 2021年12月15日
双方各何必呢  LV13 2021年12月10日
桐姥爷无敌呀  LV4 2021年11月15日
dxadsaf  LV6 2021年10月7日
15167672991  LV6 2021年6月29日
凉筱123  LV2 2021年5月29日
xiaoxiexie  LV13 2021年4月26日
最近浏览更多
try8023  LV19 6月7日
1134116035 2月28日
暂无贡献等级
heshao  LV2 2月7日
PSSDZH  LV3 2023年12月26日
zhaozhiqi  LV5 2023年10月10日
yeyuuu  LV6 2023年5月18日
箜canasd  LV5 2023年4月3日
微信网友_6248713511227392  LV11 2022年12月5日
邬松桥  LV11 2022年11月16日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友