เหตุผลอนุมัติระบบลา
This commit is contained in:
parent
2fd30e815c
commit
677ec75c66
5 changed files with 16019 additions and 6 deletions
|
|
@ -41,12 +41,16 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
public bool IsActive { get; set; } = true;
|
||||
[Comment("สถานะยับยั้งผู้ดูแล")]
|
||||
public bool? OligarchReject { get; set; }
|
||||
[Comment("เหตุผลอนุมัติผู้ดูแล")]
|
||||
public string? OligarchApproveReason { get; set; }
|
||||
[Comment("เหตุผลยับยั้งผู้ดูแล")]
|
||||
public string? OligarchRejectReason { get; set; }
|
||||
[Comment("วันที่ยับยั้งผู้ดูแล")]
|
||||
public DateTime? OligarchRejectDate { get; set; }
|
||||
[Comment("สถานะยับยั้งผู้บังคับบัญชา")]
|
||||
public bool? CommanderReject { get; set; }
|
||||
[Comment("เหตุผลอนุมัติผู้บังคับบัญชา")]
|
||||
public string? CommanderApproveReason { get; set; }
|
||||
[Comment("เหตุผลยับยั้งผู้บังคับบัญชา")]
|
||||
public string? CommanderRejectReason { get; set; }
|
||||
[Comment("วันที่ยับยั้งผู้บังคับบัญชา")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue