添加项目文件。
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.Authorize;
|
||||
|
||||
/// <summary>
|
||||
/// 权限数据查询输入.
|
||||
/// </summary>
|
||||
[SuppressSniffer]
|
||||
public class AuthorizeDataQuery
|
||||
{
|
||||
/// <summary>
|
||||
/// 类型.
|
||||
/// </summary>
|
||||
public string type { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 菜单ids.
|
||||
/// </summary>
|
||||
public string moduleIds { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user