/// <summary> /// 查询会员表 /// </summary> /// <returns></returns> public static List <Vip> GetBooks() { return(VipDal.GetBooks()); }