เครื่องราชเช็คตามรายการ

This commit is contained in:
kittapath 2024-11-14 11:00:22 +07:00
parent 2efc1910f6
commit a951378b1f
21 changed files with 57711 additions and 61 deletions

View file

@ -20,6 +20,7 @@ namespace BMA.EHR.Domain.Models.Insignias
//public OrganizationEntity Organization { get; set; }
public Guid OrganizationId { get; set; }
public string? Organization { get; set; }
public Document? Document { get; set; }

View file

@ -39,6 +39,8 @@ namespace BMA.EHR.Domain.Models.Retirement
public string? RejectReason { get; set; }
[Comment("เหตุผลยกเลิก")]
public string? CancelReason { get; set; }
[Comment("สถานะยกเลิก")]
public bool IsCancel { get; set; } = false;
[Comment("สถานะการใช้งาน")]
public bool IsActive { get; set; } = true;
[Comment("สถานะไม่เป็นหนี้สหกรณ์")]

View file

@ -39,6 +39,8 @@ namespace BMA.EHR.Domain.Models.Retirement
public string? RejectReason { get; set; }
[Comment("เหตุผลยกเลิก")]
public string? CancelReason { get; set; }
[Comment("สถานะยกเลิก")]
public bool IsCancel { get; set; } = false;
[Comment("สถานะการใช้งาน")]
public bool IsActive { get; set; } = true;
[Comment("สถานะไม่เป็นหนี้สหกรณ์")]