From eeb667905a9ee2d04aa9a3762c122f2c9ecd90d8 Mon Sep 17 00:00:00 2001 From: qin <a@163.com> Date: 星期二, 18 三月 2025 13:49:32 +0800 Subject: [PATCH] 隐藏按钮方法 --- Service/HStation.Service.Revit.Core/04-service/01-json/00-core/RevitJsonCatalog.cs | 10 ++++++++++ 1 files changed, 10 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..ecfb35d 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 @@ -56,6 +56,11 @@ public const string Hydrant = "娑堢伀鏍�"; /// <summary> + /// 鍐峰嵈濉� + /// </summary> + public const string Cooling = "鍐峰嵈濉�"; + + /// <summary> /// 姘磋〃 /// </summary> public const string Meter = "姘磋〃"; @@ -86,6 +91,11 @@ public const string Exchanger = "鎹㈢儹鍣�"; /// <summary> + /// 绌哄帇鏈� + /// </summary> + public const string Compressor = "绌哄帇鏈�"; + + /// <summary> /// 姘存车 /// </summary> public const string Pump = "姘存车"; -- Gitblit v1.9.3