using Flurl.Http;
using HStation.Dto;
using Yw;
using Yw.CAL.HttpClient;
using Yw.Untity;
namespace HStation.CAL.HttpClient
{
///
///
///
public class AssetsBluntheadCoefficient : BaseCAL, IAssetsBluntheadCoefficient
{
protected override string Prefix
{
get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsBluntheadCoefficient"; }
}
}
}