using Flurl.Http; using HStation.Dto; using Yw; using Yw.CAL.HttpClient; using Yw.Untity; namespace HStation.CAL.HttpClient { /// /// 流量计系数 /// public class AssetsFlowmeterCoefficient : BaseCAL, IAssetsFlowmeterCoefficient { protected override string Prefix { get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsFlowmeterCoefficient"; } } } }