using JNPF.DependencyInjection; namespace JNPF.WorkFlow.Entitys.Dto.FlowEngine; [SuppressSniffer] public class FlowEngineFieldOutput { /// /// 字段. /// public string vmodel { get; set; } /// /// 字段说明. /// public string label { get; set; } }