using JNPF.DependencyInjection; namespace JNPF.WorkFlow.Entitys.Dto.FlowComment { [SuppressSniffer] public class FlowCommentUpInput : FlowCommentCrInput { /// /// id. /// public string? id { get; set; } } }