lixiaojun
2024-12-20 3f24b14f07ef82526b2e1d56cc808f226e91cbb9
BLL/HStation.BLL.Assets.Core/02-httpclient/15-Tank/AssetsTankCoefficient.cs
@@ -9,14 +9,14 @@
    /// <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.Assets.ConfigHelper.HttpUrl}/AssetsTankCoefficient"; }
        }
        public Task<List<AssetsTankCoefficientDto>> GetByMainID(long ID)
        public Task<List<AssetsTankFactorDto>> GetByMainID(long ID)
        {
            throw new NotImplementedException();
        }