From edb3d6cded4db1c8a2886f6bdc39c2fe4c69b67a Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期三, 29 五月 2024 10:28:01 +0800
Subject: [PATCH] 优化升级,去除痕迹

---
 Yw.Service.Bimface.Core/00-core/DataType.cs |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/Yw.Service.Bimface.Core/00-core/DataType.cs b/Yw.Service.Bimface.Core/00-core/DataType.cs
index 3490ec8..1fdf166 100644
--- a/Yw.Service.Bimface.Core/00-core/DataType.cs
+++ b/Yw.Service.Bimface.Core/00-core/DataType.cs
@@ -5,8 +5,25 @@
     /// </summary>
     public class DataType
     {
+        /// <summary>
+        /// BIMFACE 鏂囦欢
+        /// </summary>
+        public const string BimfaceFile = "bimface-file";
 
+        /// <summary>
+        /// BIMFACE 鏂囦欢鏍囩
+        /// </summary>
+        public const string BimfaceFileLabel = "bimface-file-label";
 
+        /// <summary>
+        /// BIMFACE 鏂囦欢鍏宠仈
+        /// </summary>
+        public const string BimfaceFileRelation = "bimface-file-relation";
+
+        /// <summary>
+        /// BIMFACE 鏂囦欢鍏宠仈鏍囩
+        /// </summary>
+        public const string BimfaceFileRelationLabel = "bimface-file-relation-label";
 
     }
 }

--
Gitblit v1.9.3