using JNPF.Common.Filter;
using JNPF.DependencyInjection;
namespace JNPF.WorkFlow.Entitys.Dto.FlowEngine;
[SuppressSniffer]
public class FlowEngineListInput : PageInputBase
{
///
/// 分类.
///
public string? category { get; set; }
///
/// 流程类型.
///
public int flowType { get; set; }
}