mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-01 14:06:36 +08:00
优化了流程的进行
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Serein.Library.Attributes
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 标记一个方法是什么类型,加载dll后用来拖拽到画布中
|
||||
/// 建议触发器手动设置返回类型
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
|
||||
public class NodeActionAttribute : Attribute
|
||||
@@ -45,9 +45,6 @@ namespace Serein.Library.Attributes
|
||||
public bool Scan;
|
||||
public string MethodTips;
|
||||
public NodeType MethodDynamicType;
|
||||
/// <summary>
|
||||
/// 推荐触发器手动设置返回类型
|
||||
/// </summary>
|
||||
public Type ReturnType;
|
||||
public string LockName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user