| | |
| | | namespace HStation.CAL.HttpClient |
| | | { |
| | | /// <summary> |
| | | /// 水池 |
| | | /// 水表 |
| | | ///</summary> |
| | | public class AssetsMeterMain : BaseCAL_Paras_Flags_TagName_Sorter<AddAssetsMeterMainInput, UpdateAssetsMeterMainInput, AssetsMeterMainDto>, IAssetsMeterMain |
| | | { |
| | | protected override string Prefix |
| | | { |
| | | get { return $"{HStation.BLL.ConfigHelper.HttpUrl}/AssetsMeterMain"; } |
| | | get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsMeterMain"; } |
| | | } |
| | | |
| | | public Task<List<AssetsMeterMainDto>> GetBySeriesID(long ID) |
| | | { |
| | | throw new NotImplementedException(); |
| | | } |
| | | |
| | | /// <summary> |