apiจัดสรร

This commit is contained in:
Kittapath 2023-08-25 18:18:28 +07:00
parent 0aa0aedba9
commit 15931fbaca
27 changed files with 64051 additions and 120 deletions

View file

@ -43,5 +43,7 @@ namespace BMA.EHR.Domain.Models.Retirement
public string? FutureWorkReason { get; set; }
[Comment("ความคิดเห็นและข้อเสนอแนะอื่น ๆ ")]
public string? Suggestion { get; set; }
[Comment("กําหนดวันนัดหมายเพื่อทําการสัมภาษณ์การลาออก")]
public DateTime? AppointDate { get; set; }
}
}