using JNPF.DependencyInjection; namespace JNPF.WorkFlow.Entitys.Dto.FlowEngine; [SuppressSniffer] public class FlowEngineListSelectOutput { /// /// id. /// public string? id { get; set; } /// /// 流程名称. /// public string? fullName { get; set; } }