- using TeamAAS.FlowEditor.Plugins;
- namespace Plugins.Standard.Models
- {
- [System.Serializable]
- /// <summary>
- /// 异常分支插件模型 - 无可编辑属性,仅占位以满足 BasePlugin<TModel> 约束。
- /// 双击节点不弹任何窗(OpenNodeEditor 中按 Category 直接 return)。
- /// </summary>
- public class ExceptionBranchModel : BasePluginModel
- {
- }
- }
|