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日