| | |
| | | using Flurl.Http; |
| | | using HStation.Dto; |
| | | using Yw; |
| | | using Yw.CAL.HttpClient; |
| | | using Yw.Untity; |
| | | using Yw.CAL.HttpClient; |
| | | |
| | | namespace HStation.CAL.HttpClient |
| | | { |
| | | /// <summary> |
| | | /// 消火栓系数 |
| | | ///</summary> |
| | | public class AssetsHydrantCoefficient : BaseCAL<AddAssetsHydrantCoefficientInput, UpdateAssetsHydrantCoefficientInput, AssetsHydrantCoefficientDto>, IAssetsHydrantCoefficient |
| | | public class AssetsHydrantCoefficient : BaseCAL<AddAssetsHydrantFactorInput, UpdateAssetsHydrantFactorInput, AssetsHydrantFactorDto>, IAssetsHydrantFactor |
| | | { |
| | | protected override string Prefix |
| | | { |
| | | get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsHydrantCoefficient"; } |
| | | } |
| | | |
| | | public Task<bool> UpdateSortCode(long ID, int SortCode) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | public Task<bool> UpdateSorter(List<UpdateSortCodeInput> Sorters) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | } |
| | | } |