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!;