From cddb76570439325dcab89df658d51d7c6d08082c Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Mon, 31 Mar 2025 13:25:09 +0800 Subject: [PATCH] =?UTF-8?q?ESS=E7=AB=AF=E9=92=88=E5=AF=B9=E6=AF=8F?= =?UTF-8?q?=E4=B8=AA=E9=99=84=E4=BB=B6=E7=9A=84=E5=B1=95=E7=A4=BA=E5=BA=94?= =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E6=97=B6=E9=95=BF=E3=80=81=E5=B7=B2=E5=AD=A6?= =?UTF-8?q?=E4=B9=A0=E6=97=B6=E9=95=BF=E3=80=81=E5=AD=A6=E4=B9=A0=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E7=99=BE=E5=88=86=E6=AF=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/Ghre/Ghre_CourseWareAttachment.Dto.View.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiobon.Core.Model/View/Ghre/Ghre_CourseWareAttachment.Dto.View.cs b/Tiobon.Core.Model/View/Ghre/Ghre_CourseWareAttachment.Dto.View.cs index 938fbe49..8366d755 100644 --- a/Tiobon.Core.Model/View/Ghre/Ghre_CourseWareAttachment.Dto.View.cs +++ b/Tiobon.Core.Model/View/Ghre/Ghre_CourseWareAttachment.Dto.View.cs @@ -36,5 +36,5 @@ public class Ghre_CourseWareAttachmentDto : Ghre_CourseWareAttachment /// /// 已学习进度百分比 /// - public decimal? HasLearnPercent { get; set; } + public decimal? HasLearnPercent { get; set; } = 0; }