fix #IAV3DA

This commit is contained in:
yubaolee 2024-11-02 22:48:38 +08:00
parent d0bff17bd7
commit 6b214d9bf1

View File

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