mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-16 07:59:54 +08:00
fix #I9STI2 项目菜单新增和保存报错
This commit is contained in:
parent
975cd6c0a7
commit
cc227fa7fa
@ -94,7 +94,7 @@ namespace OpenAuth.Repository.Domain
|
|||||||
/// 前端界面是否缓存
|
/// 前端界面是否缓存
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// [Description("前端界面是否缓存")]
|
/// [Description("前端界面是否缓存")]
|
||||||
public bool KeepAlive { get; set; }
|
public bool? KeepAlive { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user