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;
}
}
最近下载更多
青鸟飞雨 LV9
5月26日
微信网友_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日

最近浏览
