add field commandDate & education

This commit is contained in:
Bright 2024-11-08 14:02:37 +07:00
parent 52e993d0e6
commit f792fd713a
4 changed files with 6 additions and 0 deletions

View file

@ -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; }
}
}