//会员修改(根据会员Id)
 public int ModifyReader(Reader objReader)
 {
     return(objReaderService.ModifyReader(objReader));
 }