/// <summary>
 /// 查询所有买家
 /// </summary>
 /// <returns></returns>
 public object searchAllBuyer()
 {
     return(adminDataTask.searchAllBuyer());
 }