เพิ่มวันที่ยับยั่ง
This commit is contained in:
parent
f2a0b754b3
commit
64eb77674a
13 changed files with 41337 additions and 90 deletions
|
|
@ -23,6 +23,8 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
public string ApproveStatus { get; set; } = string.Empty;
|
||||
|
||||
public string Comment { get; set; } = string.Empty;
|
||||
public string Org { get; set; } = string.Empty;
|
||||
public DateTime? RejectDate { get; set; }
|
||||
|
||||
public string? ApproveType { get; set; } = string.Empty; // ผู้บังคับบัญชา = commander, ผู้มีอำนาจอนุมัติ = Approver
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
public string ApproveStatus { get; set; } = string.Empty;
|
||||
|
||||
public string Comment { get; set; } = string.Empty;
|
||||
public string Org { get; set; } = string.Empty;
|
||||
public DateTime? RejectDate { get; set; }
|
||||
|
||||
public string? ApproveType { get; set; } = string.Empty; // ผู้บังคับบัญชา = commander, ผู้มีอำนาจอนุมัติ = Approver
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue