mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
从节点Model解耦出容器接口,重新设计了节点的保存、加载。
This commit is contained in:
@@ -164,6 +164,8 @@ namespace Serein.Library
|
||||
IsProtectionParameter = this.MethodDetails.IsProtectionParameter,
|
||||
IsInterrupt = this.DebugSetting.IsInterrupt,
|
||||
IsEnable = this.DebugSetting.IsEnable,
|
||||
ParentNodeGuid = ParentNode?.Guid,
|
||||
ChildNodeGuids = ChildrenNode.Select(item => item.Guid).ToArray(),
|
||||
};
|
||||
nodeInfo.Position.X = Math.Round(nodeInfo.Position.X, 1);
|
||||
nodeInfo.Position.Y = Math.Round(nodeInfo.Position.Y, 1);
|
||||
|
||||
Reference in New Issue
Block a user