lixiaojun
2024-08-13 9bd12d8745d7a886f088b07408526c504384444d
Service/HStation.Service.Revit.Core/02-parter/01-interface/01-node/IRevitJunction.cs
@@ -10,10 +10,6 @@
    /// </summary>
    public interface IRevitJunction : IRevitNode
    {
        /// <summary>
        /// 喷射系数
        /// </summary>
        public double Coefficient { get; set; }
        /// <summary>
        /// 标高
@@ -26,7 +22,7 @@
        double? Demand { get; set; }
        /// <summary>
        /// 需水模式(可选的)
        /// 需水模式
        /// </summary>
        string DemandPattern { get; set; }