package com.yinhe.bean;
import java.util.HashMap;
public class Cart {
private HashMap<String,CartItem> cartItems=new HashMap<String,CartItem>();
private double total;//总计
public HashMap<String, CartItem> getCartItems() {
return cartItems;
}
public void setCartItems(HashMap<String, CartItem> cartItems) {
this.cartItems = cartItems;
}
public double getTotal() {
return total;
}
public void setTotal(double total) {
this.total = total;
}
}
最近下载更多
wwy000 LV2
4月29日
微信网友_7290996505972736 LV4
2024年12月12日
gql0720 LV1
2024年9月25日
微信网友_6767218254057472 LV3
2024年7月9日
wttttts LV2
2024年1月1日
李欣怡 LV1
2023年12月31日
微信网友_6790744240852992 LV1
2023年12月23日
hongdongdong LV14
2023年12月2日
诗若灯清 LV8
2023年11月22日
提灯寻白鹿 LV3
2023年6月17日
最近浏览更多
一个神秘人 LV1
10月17日
su19971119 LV1
6月27日
李玟龙 LV2
5月21日
wwy000 LV2
4月29日
412685265123
4月12日
暂无贡献等级
微信网友_7461641148715008
4月10日
暂无贡献等级
1111111lll
4月7日
暂无贡献等级
YiRenHun LV11
3月23日
微信网友_7041036943331328 LV7
2024年12月15日
li254042
2024年12月14日
暂无贡献等级

