add field commandDate & education
This commit is contained in:
parent
52e993d0e6
commit
f792fd713a
4 changed files with 6 additions and 0 deletions
|
|
@ -44,5 +44,6 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
public string? posExecutiveName { get; set; }
|
||||
public string? posNo { get; set; }
|
||||
public DateTime? leaveDate { get; set; }
|
||||
public string? education { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue