This commit is contained in:
parent
549bbfcf52
commit
a6b256a39c
9 changed files with 19284 additions and 4 deletions
|
|
@ -18,6 +18,8 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
[Comment("วันที่ขอออกราชการ")]
|
||||
public DateTime? ActiveDate { get; set; }
|
||||
[Comment("เหตุผลที่ลาออกจากราชการ")]
|
||||
public string? ReasonResign { get; set; } = string.Empty;
|
||||
[Comment("เหตุผลที่ลาออกจากราชการ")]
|
||||
public string? Reason { get; set; } = string.Empty;
|
||||
[Comment("เหตุผลที่ลาออกจากราชการ(อื่นๆ)")]
|
||||
public string? Remark { get; set; } = string.Empty;
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
[Comment("วันที่ขอออกราชการ")]
|
||||
public DateTime? ActiveDate { get; set; }
|
||||
[Comment("เหตุผลที่ลาออกจากราชการ")]
|
||||
public string? ReasonResign { get; set; } = string.Empty;
|
||||
[Comment("เหตุผลที่ลาออกจากราชการ")]
|
||||
public string? Reason { get; set; } = string.Empty;
|
||||
[Comment("เหตุผลที่ลาออกจากราชการ(อื่นๆ)")]
|
||||
public string? Remark { get; set; } = string.Empty;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue