package bean;

import entity.Computer;

/**
 * 商品条目类,其作用是为了更方便实现cart类的操作。
 * @author lenovo
 *
 */
public class CartItem {
	private Computer c ;
	private int qty;
	
	public Computer getC() {
		return c;
	}
	public void setC(Computer c) {
		this.c = c;
	}
	public int getQty() {
		return qty;
	}
	public void setQty(int qty) {
		this.qty = qty;
	}
	
}
最近下载更多
微信网友_7043154826989568  LV1 2024年6月18日
Liang朝伟  LV1 2024年1月5日
xiongwei11231  LV9 2023年12月2日
xiaotang156  LV2 2023年11月25日
才旬空  LV2 2023年11月11日
2036495585  LV9 2023年9月25日
win_or_gohome  LV1 2023年4月22日
mylzdy  LV12 2023年4月10日
17714813570  LV2 2022年12月22日
微信网友_6190641661054976  LV2 2022年10月27日
最近浏览更多
可是不知道么  LV23 4月22日
krispeng  LV14 2024年12月31日
rebest  LV2 2024年12月27日
飞翔的面包片  LV13 2024年11月4日
22510209024  LV1 2024年6月25日
邓官丽  LV1 2024年6月24日
微信网友_7043154826989568  LV1 2024年6月18日
23120450  LV1 2024年6月18日
坚持仙蛊 2024年6月12日
暂无贡献等级
ZYX_CC  LV1 2024年6月3日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友