Exemplo n.º 1
0
 //修改图书信息
 public static int update(Book book)
 {
     return(BookService.update(book));
 }