duheng
2024-12-04 ca1ccd0dd9f2d6936368f07d14a2b29b309fd151
BLL/HStation.BLL.Assets.Core/01-interface/18-IHydrant/IAssetsHydrantMain.cs
@@ -17,5 +17,10 @@
        /// 判断TagName是否存在 ExceptID
        /// </summary>
        Task<bool> IsExistTagNameExceptID(string TagName, long ExceptID);
        /// <summary>
        /// 通过 系列ID 获取
        /// </summary>
        public Task<List<AssetsHydrantMainDto>> GetBySeriesID(long ID);
    }
}