lixiaojun
2024-12-05 f5cdfeae3594e3e6e1461300e93c266ce79c1a8a
1
2
3
4
5
6
7
8
namespace Yw.EPAnet
{
    internal class InpPump : Pump, IInpParser
    {
        public string Node1 { get; set; }
        public string Node2 { get; set; }
    }
}