update placement and retire
This commit is contained in:
parent
b528f0a81d
commit
706edbd0f0
32 changed files with 282 additions and 32 deletions
|
|
@ -97,6 +97,16 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
|
||||
[Comment("สถานภาพ (OFFICER->ข้าราชการ EMPLOYEE->ลูกจ้างประจำ)")]
|
||||
public string? profileType { get; set; }
|
||||
|
||||
[Comment("ด้านทางการบริหาร")]
|
||||
public string? positionExecutiveField { get; set; }
|
||||
[Comment("ด้าน/สาขา")]
|
||||
public string? positionArea { get; set; }
|
||||
[Comment("ด้านทางการบริหาร (เก่า)")]
|
||||
public string? positionExecutiveFieldOld { get; set; }
|
||||
[Comment("ด้าน/สาขา (เก่า)")]
|
||||
public string? positionAreaOld { get; set; }
|
||||
|
||||
public virtual List<RetirementDeceasedNoti> RetirementDeceasedNotis { get; set; } = new List<RetirementDeceasedNoti>();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue