From a5c91970e4424faa5848d814d671a7534b900d69 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 13 八月 2024 09:59:13 +0800 Subject: [PATCH] 新增Revit 水表与换热器 --- Service/HStation.Service.Revit.Core/04-service/01-json/model/RevitJsonCatalog.cs | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/Service/HStation.Service.Revit.Core/04-service/01-json/model/RevitJsonCatalog.cs b/Service/HStation.Service.Revit.Core/04-service/01-json/model/RevitJsonCatalog.cs index b073e82..7d47f7b 100644 --- a/Service/HStation.Service.Revit.Core/04-service/01-json/model/RevitJsonCatalog.cs +++ b/Service/HStation.Service.Revit.Core/04-service/01-json/model/RevitJsonCatalog.cs @@ -51,6 +51,11 @@ public const string Hydrant = "娑堢伀鏍�"; /// <summary> + /// 姘磋〃 + /// </summary> + public const string Meter = "姘磋〃"; + + /// <summary> /// 娴侀噺璁� /// </summary> public const string Flowmeter = "娴侀噺璁�"; @@ -76,6 +81,11 @@ public const string Translation = "杩囨浮浠�"; /// <summary> + /// 鎹㈢儹鍣� + /// </summary> + public const string Exchanger = "鎹㈢儹鍣�"; + + /// <summary> /// 姘存车 /// </summary> public const string Pump = "姘存车"; -- Gitblit v1.9.3