mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-17 01:46:30 +08:00
fix #IAV3DA
This commit is contained in:
parent
d0bff17bd7
commit
6b214d9bf1
@ -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