mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-28 12:06:34 +08:00
重构了底层,方便向Android、Web、Linux进行跨平台迁移
This commit is contained in:
16
NodeFlow/MoveNodeData.cs
Normal file
16
NodeFlow/MoveNodeData.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using Serein.Library.Entity;
|
||||
using Serein.Library.Enums;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Serein.NodeFlow
|
||||
{
|
||||
public class MoveNodeData
|
||||
{
|
||||
public NodeControlType NodeControlType { get; set; }
|
||||
public MethodDetails MethodDetails { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user