From 4ce9d8c856dc2f0e580e92b74f399c80f27f080a Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期日, 02 三月 2025 15:50:59 +0800
Subject: [PATCH] 调试内容删除

---
 Service/HStation.Service.Revit.Core/00-core/Direction.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Service/HStation.Service.Revit.Core/00-core/Direction.cs b/Service/HStation.Service.Revit.Core/00-core/Direction.cs
index 304c6c1..9f64356 100644
--- a/Service/HStation.Service.Revit.Core/00-core/Direction.cs
+++ b/Service/HStation.Service.Revit.Core/00-core/Direction.cs
@@ -1,7 +1,7 @@
 锘縩amespace HStation.Revit
 {
     /// <summary>
-    /// 
+    /// 鏂瑰悜
     /// </summary>
     public class Direction
     {
@@ -13,12 +13,12 @@
         /// <summary>
         /// 鍑哄彛
         /// </summary>
-        public const int Outlet = 0;
+        public const int Outlet = 1;
 
         /// <summary>
         /// 鍙屽悜娴佸姩
         /// </summary>
-        public const int None = 0;
+        public const int None = 2;
 
     }
 }

--
Gitblit v1.9.3