/// <summary> /// 获取淘宝品牌下拉表 /// </summary> public DataTable GetTBbrandlist(string TBBrandName) { return(bd.GetTBbrandlist(TBBrandName)); }