เพิ่มวุฒิในกรรมการวินัย

This commit is contained in:
Kittapath 2024-01-17 11:43:20 +07:00
parent f60beb9f36
commit 4bc76d3211
6 changed files with 3116 additions and 9 deletions

View file

@ -9,7 +9,8 @@ namespace BMA.EHR.Discipline.Service.Requests
public string firstName { get; set; }
public string lastName { get; set; }
public string position { get; set; }
public string email { get; set; }
public string phone { get; set; }
public string? email { get; set; }
public string? phone { get; set; }
public string? qualification { get; set; }
}
}