fix #I9STI2 项目菜单新增和保存报错

This commit is contained in:
yubaolee 2024-05-31 15:07:23 +08:00
parent 975cd6c0a7
commit cc227fa7fa

View File

@ -94,7 +94,7 @@ namespace OpenAuth.Repository.Domain
/// 前端界面是否缓存
/// </summary>
/// [Description("前端界面是否缓存")]
public bool KeepAlive { get; set; }
public bool? KeepAlive { get; set; }
}
}