Shuxia Ning
2024-11-27 a9f482aaadae8e0c53b91a3a8990f56ba6af8610
Service/HStation.Service.Revit.Core/03-decorator/RevitDecorator.cs
@@ -17,7 +17,6 @@
        {
            this.Id = rhs.Id;
            this.Name = rhs.Name;
            this.Code = rhs.Code;
            this.Category = rhs.Category;
            this.Decoration = rhs.Decoration;
            this.Description = rhs.Description;
@@ -32,11 +31,6 @@
        /// 名称
        /// </summary>
        public string Name { get; set; }
        /// <summary>
        /// 编码
        /// </summary>
        public string Code { get; set; }
        /// <summary>
        /// 类别