mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-19 07:56:35 +08:00
从Serein.Library分离了WebSocket/Modbus;新增了Json门户类,用于未来的Http、WebSocket、Mqtt、gRPC、QUIC扩展。
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Serein.Library.Api
|
||||
/// <summary>
|
||||
/// 流程节点
|
||||
/// </summary>
|
||||
public interface IFlowNode : INotifyPropertyChanged, IDynamicFlowNode
|
||||
public interface IFlowNode : INotifyPropertyChanged, ISereinFlow
|
||||
{
|
||||
/// <summary>
|
||||
/// 节点持有的运行环境
|
||||
|
||||
Reference in New Issue
Block a user