/// <summary> /// 获取所有VIP信息 /// </summary> /// <returns></returns> public List <VIPInfo> VipSelect() { return(vipDal.VipSelect()); }