using JNPF.DependencyInjection;
namespace JNPF.Systems.Entitys.Dto.Authorize;
///
/// 权限数据查询输入.
///
[SuppressSniffer]
public class AuthorizeDataQueryInput
{
///
/// 类型.
///
public string type { get; set; }
///
/// 菜单ids.
///
public string moduleIds { get; set; }
}