package com.sf.bean;

/**
 * 商品信息
 * 
 * 商品数量
 * 
 * @author JIAN
 * 
 */
public class CarBean {
	/**
	 * 商品信息
	 */
	private McBean mcBean;
	/**
	 * 商品数量
	 */
	private int count;

	public CarBean() {
	}

	public CarBean(McBean mcBean, int count) {
		this.mcBean = mcBean;
		this.count = count;
	}

	public McBean getMcBean() {
		return mcBean;
	}

	public void setMcBean(McBean mcBean) {
		this.mcBean = mcBean;
	}

	public int getCount() {
		return count;
	}

	public void setCount(int count) {
		this.count = count;
	}

	@Override
	public boolean equals(Object obj) {
		if (this == obj)
			return true;
		if (obj == null)
			return false;
		if (obj instanceof CarBean) {
			CarBean carBean = (CarBean) obj;
			return mcBean.getNid().equals(carBean.mcBean.getNid());
		} else
			return false;
	}

}
最近下载更多
zhhkht  LV9 2020年6月27日
wjhlyj1  LV4 2020年6月24日
子木山人  LV2 2020年5月29日
1314555  LV1 2020年5月2日
yuanwjk  LV6 2020年4月4日
Always_01  LV3 2020年3月4日
洛小洛  LV2 2020年3月1日
15713791678  LV2 2020年2月26日
1602177575  LV14 2020年2月8日
zxcmmp  LV2 2020年1月4日
最近浏览更多
zhhkht  LV9 2020年6月27日
1356092379  LV4 2020年6月26日
wjhlyj1  LV4 2020年6月24日
www777  LV1 2020年6月24日
我是helloworld  LV23 2020年6月23日
dkljalkdjfakld  LV1 2020年6月22日
hhl3231318 2020年6月19日
暂无贡献等级
akjdiufgiwhfq 2020年6月19日
暂无贡献等级
zhangyk  LV1 2020年6月19日
不停的奔跑  LV20 2020年6月18日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友