namespace HStation.Model { /// /// 扩散器 /// public interface IRevitEmitter : IRevitJunction { /// /// 流量/喷射系数 /// double Coefficient { get; set; } } }