Example #1
0
 ////查询最新的八本图书
 public static DataTable top8book()
 {
     return(BookService.top8book());
 }