using JNPF.Common.Filter; using JNPF.DependencyInjection; namespace JNPF.WorkFlow.Entitys.Dto.FlowComment; [SuppressSniffer] public class FlowCommentListQuery : PageInputBase { /// /// 任务id. /// public string? taskId { get; set; } }