using JNPF.DependencyInjection; namespace JNPF.WorkFlow.Entitys.Dto.FlowDelegete; [SuppressSniffer] public class FlowDelegeteUpInput : FlowDelegeteCrInput { /// /// id. /// public string? id { get; set; } }