Add New API and Correct Reopen Issue
This commit is contained in:
parent
84e656b0c8
commit
3b054f21cc
13 changed files with 2678 additions and 4 deletions
|
|
@ -130,5 +130,11 @@ namespace BMA.EHR.Domain.Models.Leave.Requests
|
|||
|
||||
[Comment("เอกสารแนบในการขอยกเลิกการลา")]
|
||||
public Document? LeaveCancelDocument { get; set; }
|
||||
|
||||
[Comment("step การอนุมัติ st1 = จทน.อนุมัตื,st2 = ผู้บังคับบัญชา อนุมัติ ")]
|
||||
public string? ApproveStep { get; set; } = string.Empty;
|
||||
|
||||
[Comment("เขียนที่ (ขอยกเลิก)")]
|
||||
public string? CancelLeaveWrote { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue