using JNPF.Common.Security;
using JNPF.DependencyInjection;
namespace JNPF.Systems.Entitys.Dto.PrintDev;
///
/// 打印模板下拉框输出.
///
[SuppressSniffer]
public class PrintDevSelectorOutput : TreeModel
{
///
/// 名称.
///
public string fullName { get; set; }
///
/// 编号.
///
public string enCode { get; set; }
///
/// 流程分类(数据字典-工作流-流程分类).
///
public string category { get; set; }
}