using SYC.Flow.Kernel; namespace CMS.Plugin.PipeLineLems.Abstractions { /// /// PipeLineLems 流程服务 /// public interface IPipeLineLemsFlowService { /// /// 工艺流程处理 /// Task ProcessAsync(ProcessflowEventArgs args); } }