แก้พ้นราชการ

This commit is contained in:
Kittapath 2024-05-29 16:29:12 +07:00
parent b7f19d7077
commit 1828685e0e
50 changed files with 37955 additions and 454 deletions

View file

@ -31,7 +31,7 @@ namespace BMA.EHR.Domain.Models.Discipline
public string? CaseNumber { get; set; } = string.Empty;
[Required, Comment("ProfileId")]
public Guid ProfileId { get; set; }
public string? ProfileId { get; set; }
[MaxLength(13), Comment("รหัสบัตรประชาชน")]
public string? CitizenId { get; set; }