namespace Yw.EPAnet { /// /// 水表 /// public class Meter : Junction { /// /// /// public Meter() { } /// /// /// public Meter(Meter rhs) : base(rhs) { } } }