/// <summary> /// 读取信息 /// </summary> public CartModel GetInfo(SqlTransaction trans, int CartId) { return(carDAL.GetInfo(trans, CartId)); }