เพิ่มรับคืนเครื่องราช

This commit is contained in:
Kittapath 2023-09-26 17:51:18 +07:00
parent 59f782e8cf
commit 1619a502d4
22 changed files with 33518 additions and 41 deletions

View file

@ -35,6 +35,9 @@ namespace BMA.EHR.Domain.Models.Insignias
public string Status { get; set; } = "PENDING";
[Comment("เหตุผลไม่ยื่นขอ")]
public string? ReasonReject { get; set; }
[Comment("เหตุผลการได้รับเครื่องราชฯ")]
public string? Reason { get; set; }
public Profile Profile { get; set; }