Add Migration
This commit is contained in:
parent
6fd3fff0c8
commit
50f3d22090
14 changed files with 2846 additions and 9 deletions
|
|
@ -191,5 +191,9 @@ namespace BMA.EHR.Domain.Models.Leave.Requests
|
|||
public DateTime? BirthDate { get; set; } = DateTime.MinValue;
|
||||
public DateTime? DateAppoint { get; set; } = DateTime.MinValue;
|
||||
|
||||
public string? LeaveSubTypeName { get; set; } = string.Empty;
|
||||
|
||||
public string? CommanderPosition { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue