BLL/HStation.BLL.Assets.Core/01-interface/14-IBlunthead/IAssetsBluntheadMain.cs
@@ -17,5 +17,10 @@ /// 判断TagName是否存在 ExceptID /// </summary> Task<bool> IsExistTagNameExceptID(string TagName, long ExceptID); /// <summary> /// 通过 系列ID 获取 /// </summary> public Task<List<AssetsBluntheadMainDto>> GetBySeriesID(long ID); } }