/// <summary> /// 查询书本表 /// </summary> /// <returns></returns> public static List <Books> GetBooks() { return(BooksDAL.GetBooks()); }