添加项目文件。
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.WorkFlow.Entitys.Entity;
|
||||
|
||||
namespace JNPF.WorkFlow.Entitys.Dto.FlowEngine;
|
||||
|
||||
[SuppressSniffer]
|
||||
public class FlowEngineImportInput
|
||||
{
|
||||
/// <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