no message
This commit is contained in:
parent
63b02dcc4c
commit
afe16503ee
17 changed files with 36169 additions and 139 deletions
|
|
@ -59,6 +59,14 @@ namespace BMA.EHR.Domain.Models.Retirement
|
|||
public string? CommanderRejectReason { get; set; }
|
||||
[Comment("วันที่ยับยั้งผู้บังคับบัญชา")]
|
||||
public DateTime? CommanderRejectDate { get; set; }
|
||||
[Comment("สถานะยับยั้งการเจ้าหน้าที่")]
|
||||
public bool? OfficerReject { get; set; }
|
||||
[Comment("เหตุผลอนุมัติการเจ้าหน้าที่")]
|
||||
public string? OfficerApproveReason { get; set; }
|
||||
[Comment("เหตุผลยับยั้งการเจ้าหน้าที่")]
|
||||
public string? OfficerRejectReason { get; set; }
|
||||
[Comment("วันที่ยับยั้งการเจ้าหน้าที่")]
|
||||
public DateTime? OfficerRejectDate { get; set; }
|
||||
[Comment("หมายเหตุแนวนอน")]
|
||||
public string? RemarkHorizontal { get; set; }
|
||||
[Comment("สังกัดเดิม")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue