package com.yuyi.bean;
import java.util.HashMap;
import java.util.Map;
/**
 * 購物車類
 * @author 育奕
 *
 */
public class Cart {
	//购物车中存储的n多个购物项
	private Map<String, CartItem> cartItems=new HashMap<String,CartItem>();
	//商品的總金額
	private double total;
	public Map<String, CartItem> getCartItems() {
		return cartItems;
	}
	public void setCartItems(Map<String, CartItem> cartItems) {
		this.cartItems = cartItems;
	}
	public double getTotal() {
		return total;
	}
	public void setTotal(double total) {
		this.total = total;
	}
	
	
}
 最近下载更多
最近下载更多
                
                3312djdad     LV2
                2024年11月8日
            
            
        
                微信网友_7052938295398400     LV1
                2024年6月25日
            
            
        
                柠酱爱jio泥酱     LV1
                2024年6月21日
            
            
        
                张德志     LV9
                2024年6月14日
            
            
        
                微信网友_6790966844739584     LV5
                2024年6月8日
            
            
        
                MrDuan     LV2
                2024年5月14日
            
            
        
                微信网友_6768249801986048     LV1
                2023年12月8日
            
            
        
                a1a2a1a2     LV1
                2023年11月27日
            
            
        
                微信网友_6699076084797440     LV7
                2023年11月2日
            
            
        
                微信网友_6680567232876544     LV8
                2023年10月22日
            
            
         最近浏览更多
最近浏览更多
                
                wwy000     LV2
                4月29日
            
            
        
                412685265123    
                4月12日
            
            
                    暂无贡献等级
            
        
                asashx    
                2024年12月26日
            
            
                    暂无贡献等级
            
        
                微信网友_7298640909209600     LV2
                2024年12月16日
            
            
        
                Mhgfhjyrf     LV3
                2024年12月10日
            
            
        
                wzd031105     LV2
                2024年12月7日
            
            
        
                3312djdad     LV2
                2024年11月8日
            
            
        
                张泽帅     LV6
                2024年10月17日
            
            
        
                17558420274     LV16
                2024年9月15日
            
            
        
                krispeng     LV15
                2024年9月15日
            
            
        
 
                 
                 
    