添加项目文件。
This commit is contained in:
20
system/Tnb.Systems.Entitys/Dto/System/Module/ModuleOutput.cs
Normal file
20
system/Tnb.Systems.Entitys/Dto/System/Module/ModuleOutput.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using JNPF.DependencyInjection;
|
||||
|
||||
namespace JNPF.Systems.Entitys.Dto.Module;
|
||||
|
||||
/// <summary>
|
||||
/// 功能.
|
||||
/// </summary>
|
||||
[SuppressSniffer]
|
||||
public class ModuleOutput
|
||||
{
|
||||
/// <summary>
|
||||
/// 菜单ID.
|
||||
/// </summary>
|
||||
public string id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 菜单名称.
|
||||
/// </summary>
|
||||
public string fullName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user