แจ้งเตือนเครื่องราช

This commit is contained in:
Kittapath 2023-09-27 14:44:27 +07:00
parent 70e59fb04c
commit 6ad93161c8
10 changed files with 33094 additions and 265 deletions

View file

@ -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; }