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