Пример #1
0
 //添加图书
 public static int insert(Book bk)
 {
     return(BookService.insert(bk));
 }