添加项目文件。
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using JNPF.WorkFlow.Entitys.Dto.FlowEngine;
|
||||
|
||||
namespace JNPF.WorkFlow.Interfaces.Service;
|
||||
|
||||
/// <summary>
|
||||
/// 流程设计.
|
||||
/// </summary>
|
||||
public interface IFlowEngineService
|
||||
{
|
||||
/// <summary>
|
||||
/// 发起列表.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
Task<List<FlowEngineListOutput>> GetFlowFormList();
|
||||
}
|
||||
Reference in New Issue
Block a user