using JNPF.WorkFlow.Entitys.Dto.FlowEngine; namespace JNPF.WorkFlow.Interfaces.Service; /// /// 流程设计. /// public interface IFlowEngineService { /// /// 发起列表. /// /// Task> GetFlowFormList(); }