lixiaojun
2024-12-12 fe59cb0e4d060664927dca75d453162deae3e17d
BLL/HStation.BLL.Assets.Core/02-httpclient/16-Meter/AssetsMeterMain.cs
@@ -7,13 +7,18 @@
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>