เพิ่มฟิลด์สถานภาพ
This commit is contained in:
parent
26ee5e476a
commit
38d149c213
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ namespace BMA.EHR.Domain.Models.Discipline
|
||||||
[Comment("สังกัดผู้อุทธรณ์/ร้องทุกข์")]
|
[Comment("สังกัดผู้อุทธรณ์/ร้องทุกข์")]
|
||||||
public string? Oc { get; set; }
|
public string? Oc { get; set; }
|
||||||
|
|
||||||
|
[Comment("สถานภาพ (OFFICER->ข้าราชการ EMPLOYEE->ลูกจ้างประจำ)")]
|
||||||
|
public string? profileType { get; set; }
|
||||||
|
|
||||||
public virtual List<DisciplineComplaint_Appeal_Doc> DisciplineComplaint_Appeal_Docs { get; set; } = new List<DisciplineComplaint_Appeal_Doc>();
|
public virtual List<DisciplineComplaint_Appeal_Doc> DisciplineComplaint_Appeal_Docs { get; set; } = new List<DisciplineComplaint_Appeal_Doc>();
|
||||||
public virtual List<DisciplineComplaint_Appeal_History> DisciplineComplaint_Appeal_Historys { get; set; } = new List<DisciplineComplaint_Appeal_History>();
|
public virtual List<DisciplineComplaint_Appeal_History> DisciplineComplaint_Appeal_Historys { get; set; } = new List<DisciplineComplaint_Appeal_History>();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue