添加项目文件。
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
using JNPF.Common.Security;
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.Role;
|
||||
|
||||
/// <summary>
|
||||
/// 角色下拉输出.
|
||||
/// </summary>
|
||||
[SuppressSniffer]
|
||||
public class RoleSelectorOutput : TreeModel
|
||||
{
|
||||
/// <summary>
|
||||
/// 名称.
|
||||
/// </summary>
|
||||
public string fullName { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 类型.
|
||||
/// </summary>
|
||||
public string type { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 编码.
|
||||
/// </summary>
|
||||
public string enCode { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user