From aad5760289b371f7286a765308e76a56a78e58a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Thu, 15 Dec 2022 10:59:09 +0800 Subject: [PATCH] =?UTF-8?q?SysUser=E6=9C=80=E5=90=8E=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=94=B9=E4=B8=BA=E5=8F=AF=E4=B8=BAnull?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ZR.Model/System/SysUser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZR.Model/System/SysUser.cs b/ZR.Model/System/SysUser.cs index 1520c28..3a60cb7 100644 --- a/ZR.Model/System/SysUser.cs +++ b/ZR.Model/System/SysUser.cs @@ -67,7 +67,7 @@ namespace ZR.Model.System /// [SugarColumn(IsOnlyIgnoreInsert = true)] [ExcelColumn(Name = "登录日期", Format = "yyyy-MM-dd HH:mm:ss")] - public DateTime LoginDate { get; set; } + public DateTime? LoginDate { get; set; } /// /// 部门Id