using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Yw.EPAnet { internal class InpPump:Pump, IInpParser { public string Node1 { get; set; } public string Node2 { get; set; } } }