/* * Created on 2005-11-13 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ package com; import java.io.IOException; import javax.servlet.http.HttpSession; import javax.serv
查询购物车的model层
public class SelectCarModel {
private String url=http://120.27.23.105/product/getCarts;
private HashMap map = new HashMap();
public void verifySelectCarInfo(int uid, final ISelectCarPresenter iSelectCarPresenter){
map.put(uid,uid+)