This commit is contained in:
parent
c6663b35c3
commit
ccb183dc95
11 changed files with 20289 additions and 112 deletions
|
|
@ -100,6 +100,10 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
|
||||
[Comment("สถานภาพ (OFFICER->ข้าราชการ EMPLOYEE->ลูกจ้างประจำ)")]
|
||||
public string? profileType { get; set; }
|
||||
[Comment("ฐานความผิดรายบุคคลหมายเหตุ")]
|
||||
public string? Remark { get; set; }
|
||||
[Comment("ฐานความผิดรายบุคคล")]
|
||||
public string? Offense { get; set; }
|
||||
|
||||
[Required, Comment("Id เรื่องสอบสวน")]
|
||||
public DisciplineDisciplinary DisciplineDisciplinary { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue