mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-15 23:13:40 +08:00
fix #I8OB8D 增加可以配置界面是否缓存
This commit is contained in:
parent
51155a7790
commit
cd81340814
@ -64,6 +64,11 @@ namespace OpenAuth.App.Response
|
||||
|
||||
public bool IsSys { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 前端界面是否缓存
|
||||
/// </summary>
|
||||
public bool KeepAlive { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 模块中的元素
|
||||
/// </summary>
|
||||
|
@ -90,5 +90,11 @@ namespace OpenAuth.Repository.Domain
|
||||
[Description("是否系统模块")]
|
||||
public bool IsSys { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 前端界面是否缓存
|
||||
/// </summary>
|
||||
/// [Description("前端界面是否缓存")]
|
||||
public bool KeepAlive { get; set; }
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user