using Yw.CAL.HttpClient; namespace HStation.CAL.HttpClient { /// /// /// public class AssetsPumpType : BaseCAL_Sorter, IAssetsPumpType { protected override string Prefix { get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/Assets/AssetsPumpType"; } } } }