Beispiel #1
0
 //通过页面回传的book_id获取图书的所有信息
 public static DataTable Itt(int ID)
 {
     return(BookService.itt(ID));
 }