添加项目文件。
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.WorkFlow.Entitys.Entity;
|
||||
|
||||
namespace JNPF.WorkFlow.Entitys.Dto.FlowEngine;
|
||||
|
||||
[SuppressSniffer]
|
||||
public class FlowEngineImportOutput
|
||||
{
|
||||
/// <summary>
|
||||
/// 流程实例.
|
||||
/// </summary>
|
||||
public FlowEngineEntity flowEngine { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 流程可见范围.
|
||||
/// </summary>
|
||||
public List<FlowEngineVisibleEntity> visibleList { get; set; } = new List<FlowEngineVisibleEntity>();
|
||||
}
|
||||
Reference in New Issue
Block a user