เพิ่มฟิลด์ ประเภทผู้ถูกร้องเรียน

This commit is contained in:
Bright 2024-12-16 18:29:01 +07:00
parent 787383857f
commit 93a7e25603

View file

@ -83,6 +83,10 @@ namespace BMA.EHR.Domain.Models.Discipline
public string? IsSuspend { get; set; } = "NEW";
[Comment("รายการเก่า")]
public bool? IsAncestorDNA { get; set; } = false;
[Comment("ประเภทผู้ถูกร้องเรียน (OFFICER->ข้าราชการ EMPLOYEE->ลูกจ้างประจำ)")]
public string? profileType { get; set; }
[Required, Comment("Id เรื่องสอบสวน")]
public DisciplineDisciplinary DisciplineDisciplinary { get; set; }
// public virtual List<DisciplineReport_Profile> DisciplineReport_Profiles { get; set; } = new List<DisciplineReport_Profile>();