/// <summary>
 /// 查询卖家信息
 /// </summary>
 /// <param name="s_account"></param>
 /// <returns></returns>
 public object SearchSellinformation(string s_account)
 {
     return((seller_T)db.SearchSellinformation(s_account));
 }