แก้ไขข้อมูล อกก

This commit is contained in:
Kittapath 2023-09-13 14:56:47 +07:00
parent cfaf90cb01
commit 15d0af2f23
9 changed files with 16453 additions and 13 deletions

View file

@ -21,6 +21,8 @@ namespace BMA.EHR.Domain.Models.Retirement
public string ProfileFile { get; set; }
[Comment("เอกสารประกาศ")]
public Document? Document { get; set; }
[Comment("รายละเอียดมติ อกก")]
public string Detail { get; set; } = "มาตรา ๑๖ และมาตรา ๒๑ แห่งพระราชบัญญัตบำเหน็จบำนาญข้าราชการส่วนท้องถิ่น พ.ศ.๒๕๗๗ มาตรา ๘ แห่งพระราชบัญญัติบัเหน็จบำนาญข้าราชการกรุงเทพมหานคร พ.ศ.๒๕๕๔ ประกอบกับมติ ก.ก. ครั้งที่๑๑/๒๕๕๕ เมื่อวันที่ ๑๕ พฤศจิกายน ๒๕๕๕และมติ อ.ก.ก. สามัญข้ารายการสามัญครั้งที่ ๑/๒๕๖๕ เมื่อวันที่ ๒๑ กุมภาพันธ์ ๒๕๖๕";
public RetirementPeriod RetirementPeriod { get; set; }
}
}