Add Migration
This commit is contained in:
parent
6fd3fff0c8
commit
50f3d22090
14 changed files with 2846 additions and 9 deletions
|
|
@ -7,6 +7,8 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
|||
[Required]
|
||||
public Guid Type { get; set; } = Guid.Empty;
|
||||
|
||||
public string? LeaveSubTypeName { get; set; } = string.Empty;
|
||||
|
||||
[Required]
|
||||
public DateTime LeaveStartDate { get; set; } = DateTime.Now;
|
||||
|
||||
|
|
@ -97,5 +99,6 @@ namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
|||
|
||||
public string? CoupleDaySumTotalHistory { get; set; }
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue