From 6dcfbb8717bc5abc1e77184e6340ab866f6ca634 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 20 Sep 2024 10:44:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Domain/Dcotor/Education.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Domain/Dcotor/Education.cs b/IRaCIS.Core.Domain/Dcotor/Education.cs index dd824a4c8..588ce02a0 100644 --- a/IRaCIS.Core.Domain/Dcotor/Education.cs +++ b/IRaCIS.Core.Domain/Dcotor/Education.cs @@ -7,7 +7,7 @@ public class Education : BaseFullAuditEntity #region µ¼º½ÊôÐÔ #endregion - public DateOnly? BeginDate { get; set; } + public DateTime? BeginDate { get; set; } [StringLength(400)] public string City { get; set; } = null!; @@ -29,7 +29,7 @@ public class Education : BaseFullAuditEntity public Guid DoctorId { get; set; } - public DateOnly? EndDate { get; set; } + public DateTime? EndDate { get; set; } [StringLength(400)] public string Major { get; set; } = null!;