using Flurl.Http;
using HStation.Dto;
using Yw;
using Yw.CAL.HttpClient;
using Yw.Untity;
namespace HStation.CAL.HttpClient
{
///
/// 消火栓系数
///
public class AssetsHydrantCoefficient : BaseCAL, IAssetsHydrantCoefficient
{
protected override string Prefix
{
get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsHydrantCoefficient"; }
}
}
}