เพิ่มวุฒิในกรรมการวินัย
This commit is contained in:
parent
f60beb9f36
commit
4bc76d3211
6 changed files with 3116 additions and 9 deletions
|
|
@ -19,11 +19,14 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
[Required, Comment("ตำแหน่ง")]
|
||||
public string Position { get; set; } = string.Empty;
|
||||
|
||||
[Required, Comment("อีเมล")]
|
||||
public string Email { get; set; } = string.Empty;
|
||||
[Comment("อีเมล")]
|
||||
public string? Email { get; set; } = string.Empty;
|
||||
|
||||
[Required, Comment("เบอร์โทรศัพท์")]
|
||||
public string Phone { get; set; } = string.Empty;
|
||||
[Comment("เบอร์โทรศัพท์")]
|
||||
public string? Phone { get; set; } = string.Empty;
|
||||
|
||||
[Comment("คุณวุฒิ")]
|
||||
public string? Qualification { get; set; } = string.Empty;
|
||||
public virtual List<DisciplineInvestigate_Director> DisciplineInvestigate_Directors { get; set; } = new List<DisciplineInvestigate_Director>();
|
||||
public virtual List<DisciplineDisciplinary_DirectorInvestigate> DisciplineDisciplinary_DirectorInvestigates { get; set; } = new List<DisciplineDisciplinary_DirectorInvestigate>();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue