api พ้นราชการ
This commit is contained in:
parent
b800b9e60d
commit
1c09aa8e23
8 changed files with 12002 additions and 30 deletions
|
|
@ -8,6 +8,8 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
{
|
||||
[Comment("ครั้งที่")]
|
||||
public int Round { get; set; }
|
||||
[Comment("ปีงบประมาณ")]
|
||||
public int Year { get; set; }
|
||||
[Comment("ประเภท")]
|
||||
public string Type { get; set; } = string.Empty;
|
||||
public virtual List<RetirementProfile> RetirementProfiles { get; set; } = new List<RetirementProfile>();
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
[Required, Comment("เหตุผล")]
|
||||
public string Reason { get; set; } = string.Empty;
|
||||
[Comment("ลบออกจากเกษียญ")]
|
||||
public bool Remove { get; set; } = false;
|
||||
public string Remove { get; set; } = "pending";
|
||||
public RetirementPeriod RetirementPeriod { get; set; }
|
||||
public Profile Profile { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue