บันทึกสรุปผลวินัย
This commit is contained in:
parent
7c2a4c0280
commit
6b7a5bfa06
15 changed files with 24038 additions and 0 deletions
|
|
@ -126,11 +126,20 @@ namespace BMA.EHR.Domain.Models.Discipline
|
|||
|
||||
[Comment("สรุปผลการพิจารณา")]
|
||||
public string? ResultDescription { get; set; }
|
||||
[Comment("หน่วยงาย/ส่วนราชการ")]
|
||||
public string? ResultOc { get; set; }
|
||||
[Comment("ประเภทวินัย")]
|
||||
public string? ResultDisciplineType { get; set; }
|
||||
[Comment("ประเภทของเรื่อง")]
|
||||
public string? ResultTitleType { get; set; }
|
||||
[Comment("ปีงบประมาณ")]
|
||||
public int? ResultYear { get; set; }
|
||||
|
||||
public DisciplineInvestigate DisciplineInvestigate { get; set; }
|
||||
public virtual List<DisciplineDisciplinary_ProfileComplaintInvestigate> DisciplineDisciplinary_ProfileComplaintInvestigates { get; set; } = new List<DisciplineDisciplinary_ProfileComplaintInvestigate>();
|
||||
public virtual List<DisciplineDisciplinary_DocComplaintInvestigate> DisciplineDisciplinary_DocComplaintInvestigates { get; set; } = new List<DisciplineDisciplinary_DocComplaintInvestigate>();
|
||||
public virtual List<DisciplineDisciplinary_DocInvestigate> DisciplineDisciplinary_DocInvestigates { get; set; } = new List<DisciplineDisciplinary_DocInvestigate>();
|
||||
public virtual List<DisciplineDisciplinary_DocResult> DisciplineDisciplinary_DocResults { get; set; } = new List<DisciplineDisciplinary_DocResult>();
|
||||
public virtual List<DisciplineDisciplinary_DocInvestigateRelevant> DisciplineDisciplinary_DocInvestigateRelevants { get; set; } = new List<DisciplineDisciplinary_DocInvestigateRelevant>();
|
||||
public virtual List<DisciplineDisciplinary_DirectorInvestigate> DisciplineDisciplinary_DirectorInvestigates { get; set; } = new List<DisciplineDisciplinary_DirectorInvestigate>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue