From a84a83d842f4fa220a8cf1b704e6ed6573684eef Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期四, 20 三月 2025 17:38:19 +0800 Subject: [PATCH] 快速建模 --- Service/HStation.Service.Revit.Core/03-decorator/RevitDecorator.cs | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/Service/HStation.Service.Revit.Core/03-decorator/RevitDecorator.cs b/Service/HStation.Service.Revit.Core/03-decorator/RevitDecorator.cs index 4b8481e..6b2fadc 100644 --- a/Service/HStation.Service.Revit.Core/03-decorator/RevitDecorator.cs +++ b/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> /// 绫诲埆 -- Gitblit v1.9.3