mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-03 14:56:34 +08:00
修复了全局节点连接异常异常。
This commit is contained in:
@@ -3,6 +3,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Reactive;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
@@ -23,7 +24,7 @@ namespace Serein.Library
|
||||
/// <summary>
|
||||
/// 流程返回值的包装
|
||||
/// </summary>
|
||||
public class FlowResult
|
||||
public sealed class FlowResult
|
||||
{
|
||||
/// <summary>
|
||||
/// 实例化返回值
|
||||
|
||||
Reference in New Issue
Block a user