/// <summary> /// 查询书本表显示类型 /// </summary> /// <returns></returns> public static DataTable GetBooksandType() { return(BooksDAL.GetBooksandType()); }