แก้คำสั่งพ้น
This commit is contained in:
parent
bd7fe04395
commit
ee72e497e2
11 changed files with 18060 additions and 64 deletions
|
|
@ -43,6 +43,10 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
public bool IsActive { get; set; } = true;
|
||||
[Comment("สถานะไม่เป็นหนี้สหกรณ์")]
|
||||
public bool IsNoDebt { get; set; } = false;
|
||||
[Comment("สถานะไม่มีภาระผูกพันค้ำประกันทุนการศึกษา")]
|
||||
public bool IsNoBurden { get; set; } = false;
|
||||
[Comment("สถานะพฤติการณ์ทางวินัย")]
|
||||
public bool IsDiscipline { get; set; } = false;
|
||||
[Comment("สถานะยับยั้งผู้ดูแล")]
|
||||
public bool? OligarchReject { get; set; }
|
||||
[Comment("เหตุผลอนุมัติผู้ดูแล")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue