หมายเหตุลาออก
Some checks failed
release-dev / release-dev (push) Failing after 13s

This commit is contained in:
kittapath 2024-12-13 21:39:00 +07:00
parent 5f92b0c536
commit 58f7ab83e3
11 changed files with 19359 additions and 0 deletions

View file

@ -15,6 +15,8 @@ namespace BMA.EHR.Domain.Models.Retirement
public DateTime? ActiveDate { get; set; }
[Comment("เหตุผลที่ลาออกจากราชการ")]
public string? Reason { get; set; } = string.Empty;
[Comment("เหตุผลที่ลาออกจากราชการ(อื่นๆ)")]
public string? Remark { get; set; } = string.Empty;
[Comment("สังกัด")]
public string? OrganizationPositionOld { get; set; }
[Comment("ข้อมูลหน่วยงานเดิม ตำแหน่งประเภท")]