From 34b7ed136b3c7f01701defbd526e696b84d3ee26 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 28 十一月 2024 10:56:24 +0800 Subject: [PATCH] 优化精度评估 --- Service/HStation.Service.Revit.Core/04-service/01-json/00-core/RevitJsonCatalog.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Service/HStation.Service.Revit.Core/04-service/01-json/00-core/RevitJsonCatalog.cs b/Service/HStation.Service.Revit.Core/04-service/01-json/00-core/RevitJsonCatalog.cs index 4ab410d..7e9abd4 100644 --- a/Service/HStation.Service.Revit.Core/04-service/01-json/00-core/RevitJsonCatalog.cs +++ b/Service/HStation.Service.Revit.Core/04-service/01-json/00-core/RevitJsonCatalog.cs @@ -86,6 +86,11 @@ public const string Exchanger = "鎹㈢儹鍣�"; /// <summary> + /// 绌哄帇鏈� + /// </summary> + public const string Compressor = "绌哄帇鏈�"; + + /// <summary> /// 姘存车 /// </summary> public const string Pump = "姘存车"; -- Gitblit v1.9.3