เครื่องราชเช็คตามรายการ
This commit is contained in:
parent
2efc1910f6
commit
a951378b1f
21 changed files with 57711 additions and 61 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
|
|
@ -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("สถานะไม่เป็นหนี้สหกรณ์")]
|
||||
|
|
|
|||
|
|
@ -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("สถานะไม่เป็นหนี้สหกรณ์")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue