using JNPF.DependencyInjection; namespace JNPF.WorkFlow.Entitys.Dto.FlowEngine; [SuppressSniffer] public class FlowEngineUpInput : FlowEngineCrInput { /// /// id. /// public string? id { get; set; } }