เพิ่มฟิลด์ (Issue #874)
This commit is contained in:
parent
8c34bf857a
commit
cfa675ac32
4 changed files with 13 additions and 1 deletions
|
|
@ -71,6 +71,10 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
public double? Salary { get; set; }
|
||||
[Comment("รายการเก่า")]
|
||||
public bool? IsAncestorDNA { get; set; } = false;
|
||||
|
||||
[Comment("สถานภาพ (OFFICER->ข้าราชการ EMPLOYEE->ลูกจ้างประจำ)")]
|
||||
public string? profileType { get; set; }
|
||||
|
||||
[Required, Comment("Id เรื่องร้องเรียน")]
|
||||
public DisciplineComplaint DisciplineComplaint { get; set; }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
[Comment("รายการเก่า")]
|
||||
public bool? IsAncestorDNA { get; set; } = false;
|
||||
|
||||
[Comment("ประเภทผู้ถูกร้องเรียน (OFFICER->ข้าราชการ EMPLOYEE->ลูกจ้างประจำ)")]
|
||||
[Comment("สถานภาพ (OFFICER->ข้าราชการ EMPLOYEE->ลูกจ้างประจำ)")]
|
||||
public string? profileType { get; set; }
|
||||
|
||||
[Required, Comment("Id เรื่องสอบสวน")]
|
||||
|
|
|
|||
|
|
@ -75,6 +75,10 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
public bool? IsDisciplinary { get; set; } = false;
|
||||
[Comment("รายการเก่า")]
|
||||
public bool? IsAncestorDNA { get; set; } = false;
|
||||
|
||||
[Comment("สถานภาพ (OFFICER->ข้าราชการ EMPLOYEE->ลูกจ้างประจำ)")]
|
||||
public string? profileType { get; set; }
|
||||
|
||||
[Required, Comment("Id เรื่องสืบสวน")]
|
||||
public DisciplineInvestigate DisciplineInvestigate { get; set; }
|
||||
}
|
||||
|
|
|
|||
|
|
@ -90,6 +90,10 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
public string? DisciplinaryFaultLevel { get; set; }
|
||||
[Comment("กรณีความผิด")]
|
||||
public string? DisciplinaryCaseFault { get; set; }
|
||||
|
||||
[Comment("สถานภาพ (OFFICER->ข้าราชการ EMPLOYEE->ลูกจ้างประจำ)")]
|
||||
public string? profileType { get; set; }
|
||||
|
||||
[Required, Comment("Id เรื่องสอบสวน")]
|
||||
public DisciplineDisciplinary DisciplineDisciplinary { get; set; }
|
||||
// [Required, Comment("Id ผู้ถูกร้องเรียน")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue