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