From cc227fa7fabfe3b01c13b62e30fa87499cf623bc Mon Sep 17 00:00:00 2001 From: yubaolee Date: Fri, 31 May 2024 15:07:23 +0800 Subject: [PATCH] =?UTF-8?q?fix=20#I9STI2=20=E9=A1=B9=E7=9B=AE=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E6=96=B0=E5=A2=9E=E5=92=8C=E4=BF=9D=E5=AD=98=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.Repository/Domain/Module.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenAuth.Repository/Domain/Module.cs b/OpenAuth.Repository/Domain/Module.cs index 2ab0b9b3..a5332b03 100644 --- a/OpenAuth.Repository/Domain/Module.cs +++ b/OpenAuth.Repository/Domain/Module.cs @@ -94,7 +94,7 @@ namespace OpenAuth.Repository.Domain /// 前端界面是否缓存 /// /// [Description("前端界面是否缓存")] - public bool KeepAlive { get; set; } + public bool? KeepAlive { get; set; } } } \ No newline at end of file