From 6e342b14ddb19438adaab4481d882e10efafeadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=82=A5=E7=BE=8A?= <1048382248@qq.com> Date: Mon, 17 Nov 2025 18:32:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=AD=A6=E7=94=9F=E4=BF=A1=E6=81=AF=E6=97=B6=E5=80=99=E5=87=8F?= =?UTF-8?q?=E5=85=8D=E9=87=91=E9=A2=9D=E6=9C=AA=E5=A1=AB=E5=86=99=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E5=AF=BC=E8=87=B4=E7=9A=84400?= 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 7fbd550..0914450 100644 --- a/Learn.Archives.Core/Model/Student.cs +++ b/Learn.Archives.Core/Model/Student.cs @@ -26,7 +26,7 @@ namespace Learn.Archives.Core.Model /// 减免金额 /// [SugarColumn(DecimalDigits =2, IsNullable = true)] - public decimal AmountRelief { get; set; } + public decimal? AmountRelief { get; set; } /// /// 减免是否申请 /// -- 2.40.1