添加项目文件。
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.WorkFlow.Entitys.Dto.FlowEngine;
|
||||
|
||||
[SuppressSniffer]
|
||||
public class FlowEngineListSelectOutput
|
||||
{
|
||||
/// <summary>
|
||||
/// id.
|
||||
/// </summary>
|
||||
public string? id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 流程名称.
|
||||
/// </summary>
|
||||
public string? fullName { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user