add
LV2_015 - รายการขอยกเลิกการลา (ADMIN) LV2_008 - ขอยกเลิกการลา (USER)
This commit is contained in:
parent
1a4d03cdd9
commit
0c2814e53b
13 changed files with 3320 additions and 14 deletions
|
|
@ -0,0 +1,17 @@
|
|||
namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
||||
{
|
||||
public class GetLeaveCancelRequestResultDto
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public string LeaveTypeName { get; set; }
|
||||
|
||||
public Guid LeaveTypeId { get; set; }
|
||||
|
||||
public string FullName { get; set; }
|
||||
|
||||
public DateTime DateSendLeave { get; set; }
|
||||
|
||||
public string Status { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue