using Yw.CAL; namespace HStation.CAL { /// /// 报警等级 /// public interface IAssetsPumpGroup : IBaseCAL, IUpdateParas, IUpdateFlags, IUpdateTagName, IUpdateSorter { /// /// 删除拓展 /// /// /// public Task DeleteEx(long ID); public Task> GetBySeriesID(long SeriesID); } }