This commit is contained in:
parent
5f92b0c536
commit
58f7ab83e3
11 changed files with 19359 additions and 0 deletions
|
|
@ -19,6 +19,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("Id ผู้ลาออก")]
|
||||
// public Profile Profile { get; set; }
|
||||
[Comment("สังกัด")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue