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