/// <summary> /// 获取现有的推广来源 /// </summary> /// <returns>推广来源集合</returns> public List <string> GetAllFrom() { return(gus.GetAllFrom()); }