duheng
2024-10-16 083c4e47c7a59025f3348bd093693c6b3febb014
Service/HStation.Service.Revit.Core/02-parter/00-core/RevitParter.cs
@@ -22,7 +22,6 @@
            this.Flags = rhs.Flags;
            this.Description = rhs.Description;
            this.ConnectList = rhs.ConnectList?.Select(x => new RevitConnect(x)).ToList();
            this.PropValueList = rhs.PropValueList?.Select(x => new RevitPropValue(x)).ToList();
            this.PropStatusList = rhs.PropStatusList?.Select(x => new RevitPropStatus(x)).ToList();
        }
@@ -56,11 +55,6 @@
        /// 说明
        /// </summary>   
        public string Description { get; set; }
        /// <summary>
        /// 连接列表
        /// </summary>
        public List<RevitConnect> ConnectList { get; set; }
        /// <summary>
        /// 属性值列表