namespace HStation.CAL { /// /// /// public interface IXhsPumpPhartMappingExtensions : IBaseCAL { /// /// 通过 PumpID 获取 /// Task> GetByPumpID(long PumpID); /// /// 通过 DiagramID 删除 /// Task DeleteByDiagramID(long DiagramID); } }