mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-03 14:56:34 +08:00
将流程事件接口与流程运行环境解耦。
This commit is contained in:
12
NodeFlow/Services/NodeService.cs
Normal file
12
NodeFlow/Services/NodeService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Serein.NodeFlow.Services
|
||||
{
|
||||
internal class NodeService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user