diff --git a/Library/Api/IFlowEnvironment.cs b/Library/Api/IFlowEnvironment.cs
index 2b0ae72..9b4b5e0 100644
--- a/Library/Api/IFlowEnvironment.cs
+++ b/Library/Api/IFlowEnvironment.cs
@@ -390,7 +390,10 @@ namespace Serein.Library.Api
///
/// 是否全局中断
///
- bool IsGlobalInterrupt { get; }
+ bool IsGlobalInterrupt { get; }
+
+
+
#endregion
#region 事件
diff --git a/Library/Entity/ExplicitData.cs b/Library/Entity/ExplicitData.cs
deleted file mode 100644
index ad486c3..0000000
--- a/Library/Entity/ExplicitData.cs
+++ /dev/null
@@ -1,69 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace Serein.Library.Entity
-{
-
- ///
- /// 节点入参参数信息
- ///
- public class ExplicitData
- {
- ///
- /// 参数索引
- ///
- public int Index { get; set; }
- ///
- /// 是否为显式参数(固定值/表达式)
- ///
- public bool IsExplicitData { get; set; }
- ///
- /// 转换器 IEnumConvertor<,>
- ///
- public Func