Beispiel #1
0
        //查看所有图书的信息

        public static DataTable allbook()
        {
            return(BookService.allbook());
        }