namespace Yw.EPAnet { internal class InpValve : Valve, IInpParser { public string Node1 { get; set; } public string Node2 { get; set; } /// /// Type为""时,表示普通阀门,为HeatExchanger时,表示热交换器,为AirCompressor时,表示空压机 /// public string Type { get; set; } } }