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