mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-13 19:36:34 +08:00
更改了dll参数类型,更改了流程执行,添加了异常分支处理
This commit is contained in:
@@ -65,9 +65,9 @@ namespace Serein.NodeFlow
|
||||
/// <summary>
|
||||
/// 是否为显式参数
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Parameter)]
|
||||
public class ExplicitAttribute : Attribute // where TEnum : Enum
|
||||
{
|
||||
}
|
||||
//[AttributeUsage(AttributeTargets.Parameter)]
|
||||
//public class ExplicitAttribute : Attribute // where TEnum : Enum
|
||||
//{
|
||||
//}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user