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