lixiaojun
2024-12-12 fe59cb0e4d060664927dca75d453162deae3e17d
BLL/HStation.BLL.Assets.Core/02-httpclient/17-Flowmeter/AssetsFlowmeterMain.cs
@@ -13,7 +13,12 @@
    {
        protected override string Prefix
        {
            get { return $"{HStation.BLL.ConfigHelper.HttpUrl}/AssetsFlowmeterMain"; }
            get { return $"{HStation.BLL.Assets.ConfigHelper.HttpUrl}/AssetsFlowmeterMain"; }
        }
        public Task<List<AssetsFlowmeterMainDto>> GetBySeriesID(long ID)
        {
            throw new NotImplementedException();
        }
        /// <summary>