duheng
2024-12-24 ef716332fef142a02843b5a99e8e3e92ab165738
BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankCoefficient.cs
@@ -9,11 +9,16 @@
    /// <summary>
    /// 水池系数
    ///</summary>
    public class AssetsTankCoefficient : BaseCAL<AddAssetsTankCoefficientInput, UpdateAssetsTankCoefficientInput, AssetsTankCoefficientDto>, IAssetsTankCoefficient
    public class AssetsTankCoefficient : BaseCAL_Sorter<AddAssetsTankFactorInput, UpdateAssetsTankFactorInput, AssetsTankFactorDto>, IAssetsTankFactor
    {
        protected override string Prefix
        {
            get { return $"{HStation.BLL.ConfigHelper.HttpUrl}/AssetsTankCoefficient"; }
            get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsTankCoefficient"; }
        }
        public Task<List<AssetsTankFactorDto>> GetByMainID(long ID)
        {
            throw new NotImplementedException();
        }
    }
}