แจ้งเตือนเครื่องราช
This commit is contained in:
parent
70e59fb04c
commit
6ad93161c8
10 changed files with 33094 additions and 265 deletions
|
|
@ -40,8 +40,14 @@ namespace BMA.EHR.Domain.Models.Insignias
|
|||
[Comment("เหตุผลการได้รับเครื่องราชฯ")]
|
||||
public string? Reason { get; set; }
|
||||
|
||||
[Comment("มาร์คแจ้งเตือนความผิด")]
|
||||
public string? MarkALert { get; set; }
|
||||
[Comment("แจ้งเตือน มีโทษทางวินัย")]
|
||||
public bool? MarkDiscipline { get; set; } = false;
|
||||
|
||||
[Comment("แจ้งเตือน ไม่ได้เลื่อนเงินเดือน/ไม่ได้เลื่อนขั้น เนื่องจากลาเกิน")]
|
||||
public bool? MarkLeave { get; set; } = false;
|
||||
|
||||
[Comment("แจ้งเตือน ผลการประเมินการปฏิบัติราชการในรอบ 5 ปี ต่ำกว่าระดับดี (น้อยกว่าร้อยละ 70)")]
|
||||
public bool? MarkRate { get; set; } = false;
|
||||
|
||||
public Profile Profile { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue