namespace HStation.Model { /// /// 水箱 /// public class RevitWaterbox : RevitTank { /// /// /// public RevitWaterbox() : base() { } /// /// /// public RevitWaterbox(RevitWaterbox rhs) : base(rhs) { } } }