Exemplo n.º 1
0
 //模糊搜索
 public static DataTable mohuselect(string bookname)
 {
     return(BookService.mohuselect(bookname));
 }