mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 08:10:47 +08:00
修复了全局节点连接异常异常。
This commit is contained in:
@@ -30,7 +30,11 @@ namespace Serein.Script.Node
|
||||
this.ClassType = className;
|
||||
}
|
||||
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
var p = string.Join(",", Propertys.Select(p => $"{p.Value}"));
|
||||
return $"{ClassType}({p})";
|
||||
}
|
||||
|
||||
|
||||
/* /// <summary>
|
||||
|
||||
Reference in New Issue
Block a user