ÎļþÃû´Ó BLL/HStation.BLL.Assets.Core/02-httpclient/18-Hydrant/AssetsHydrantCoefficient.cs ÐÞ¸Ä |
| | |
| | | /// <summary> |
| | | /// æ¶ç«æ ç³»æ° |
| | | ///</summary> |
| | | public class AssetsHydrantCoefficient : BaseCAL<AddAssetsHydrantFactorInput, UpdateAssetsHydrantFactorInput, AssetsHydrantFactorDto>, IAssetsHydrantFactor |
| | | public class AssetsHydrantFactor : BaseCAL<AddAssetsHydrantFactorInput, UpdateAssetsHydrantFactorInput, AssetsHydrantFactorDto>, IAssetsHydrantFactor |
| | | { |
| | | protected override string Prefix |
| | | { |
| | | get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsHydrantCoefficient"; } |
| | | get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/Assets/Hydrant/Factor"; } |
| | | } |
| | | |
| | | public Task<bool> UpdateSortCode(long ID, int SortCode) |