From 909542992c04157fb2b1f45016a8fd219f6c3c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=82=A5=E7=BE=8A?= <1048382248@qq.com> Date: Wed, 12 Nov 2025 17:34:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF=E6=97=B6=E6=9C=AA=E5=BD=95?= =?UTF-8?q?=E5=85=A5=E5=AD=A6=E7=94=9F=E5=85=A5=E5=AD=A6=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E8=AF=B7=E6=B1=82400=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Learn.Archives.Core/Model/Student.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learn.Archives.Core/Model/Student.cs b/Learn.Archives.Core/Model/Student.cs index 67900ac..533c1ed 100644 --- a/Learn.Archives.Core/Model/Student.cs +++ b/Learn.Archives.Core/Model/Student.cs @@ -51,7 +51,7 @@ namespace Learn.Archives.Core.Model /// /// 学生状态 /// - public UserStatusEnum Status { get; set; } + public UserStatusEnum? Status { get; set; } /// /// 备注