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