mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-26 02:56:35 +08:00
优化了中断功能,增加了节点变量的查看。
This commit is contained in:
@@ -81,7 +81,7 @@ namespace Serein.NodeFlow.Base
|
||||
/// <summary>
|
||||
/// 当前传递数据(执行了节点对应的方法,才会存在值)
|
||||
/// </summary>
|
||||
public object? FlowData { get; set; } = null;
|
||||
protected object? FlowData { get; set; } = null;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user