首页>代码>高仿京东商城SSH源代码下载>/京东源码/JingDongSSH/src/com/softeem/jingdong/dao/GoodsDao.java
package com.softeem.jingdong.dao;

import java.util.List;

import com.softeem.jingdong.entity.GoodsBean;

/**
 * 跟商品相关的 数据访问层
 * @author Administrator
 *
 */
public interface GoodsDao {
	
	//查找所有商品
	public List<GoodsBean> getAllGoods();
	
	//通过 id 查询该商品信息
	public GoodsBean getGoodsById(int id);
	
	//模糊查询
	public List<GoodsBean> getSearchList(String key);
	
}
最近下载更多
baoligeer  LV5 2022年6月6日
任星浩  LV1 2021年11月18日
giantinheart  LV3 2021年5月23日
wusiyin  LV14 2020年12月17日
曾学成  LV2 2020年12月14日
refreshbird  LV1 2020年12月14日
方立亮  LV1 2020年11月6日
渺无人烟  LV11 2020年7月31日
cpemy_abc  LV10 2020年6月9日
远大帅比  LV6 2020年5月19日
最近浏览更多
lqzixi  LV4 11月6日
lyh1989  LV34 7月21日
lyt010628  LV4 7月9日
曾显示  LV6 7月7日
樱花味小然子  LV5 7月2日
chutianyu  LV4 6月6日
czx5450  LV16 4月1日
linlin01  LV1 1月2日
2486624997  LV1 2023年12月22日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友