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