using Flurl.Http;
using HStation.Dto;
using Yw;
using Yw.CAL.HttpClient;
using Yw.Untity;
namespace HStation.CAL.HttpClient
{
///
/// 水池系数
///
public class AssetsTankCoefficient : BaseCAL, IAssetsTankCoefficient
{
protected override string Prefix
{
get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsTankCoefficient"; }
}
public Task> GetByMainID(long ID)
{
throw new NotImplementedException();
}
}
}