From d885c60b9f076cb89527b69cac370b3af65cafd0 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期一, 13 一月 2025 13:37:03 +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