using JNPF.Common.Security;
using JNPF.DependencyInjection;
namespace JNPF.Systems.Entitys.Dto.Role;
///
/// 角色下拉输出.
///
[SuppressSniffer]
public class RoleSelectorOutput : TreeModel
{
///
/// 名称.
///
public string fullName { get; set; }
///
/// 类型.
///
public string type { get; set; }
///
/// 编码.
///
public string enCode { get; set; }
}