添加项目文件。
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using JNPF.Common.Security;
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.PrintDev;
|
||||
|
||||
/// <summary>
|
||||
/// 打印模板下拉框输出.
|
||||
/// </summary>
|
||||
[SuppressSniffer]
|
||||
public class PrintDevSelectorOutput : TreeModel
|
||||
{
|
||||
/// <summary>
|
||||
/// 名称.
|
||||
/// </summary>
|
||||
public string fullName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 编号.
|
||||
/// </summary>
|
||||
public string enCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 流程分类(数据字典-工作流-流程分类).
|
||||
/// </summary>
|
||||
public string category { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user