From aad116429ea04bf2662df786c06b3bccd3657b58 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 15 十月 2024 16:16:19 +0800
Subject: [PATCH] Revit解析优化

---
 Service/HStation.Service.Revit.Core/00-core/ConstParas.cs |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/Service/HStation.Service.Revit.Core/00-core/ConstParas.cs b/Service/HStation.Service.Revit.Core/00-core/ConstParas.cs
index c0ed889..106ed6d 100644
--- a/Service/HStation.Service.Revit.Core/00-core/ConstParas.cs
+++ b/Service/HStation.Service.Revit.Core/00-core/ConstParas.cs
@@ -9,5 +9,26 @@
         /// 鍦烘櫙
         /// </summary>
         public const string Scene = "Revit";
+
+        /// <summary>
+        /// 璁剧疆鏂囦欢鍚嶇О
+        /// </summary>
+        public const string SettingFileName = "setting.json";
+
+        /// <summary>
+        /// Rvt妯″瀷鏂囦欢鍚嶇О
+        /// </summary>
+        public const string RvtFileName = "model.rvt";
+
+        /// <summary>
+        /// 缁撴瀯鏂囦欢鍚嶇О
+        /// </summary>
+        public const string StructFileName = "struct.json";
+
+        /// <summary>
+        /// 鍏朵粬缁撴瀯鏂囦欢鍚嶇О
+        /// </summary>
+        public const string StructOthersFileName = "struct_others.json";
+
     }
 }

--
Gitblit v1.9.3