using Yw.CAL.HttpClient; namespace HStation.CAL.HttpClient { /// /// /// public class AssetsPipeFactor : BaseCAL_Sorter, IAssetsPipeFactor { protected override string Prefix { get { return $"{ConfigHelper.HttpUrl}/Assets/Pipe/Factor"; } } } }