update placement and retire
This commit is contained in:
parent
b528f0a81d
commit
706edbd0f0
32 changed files with 282 additions and 32 deletions
|
|
@ -48,6 +48,8 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
public int? posLevelRank { get; set; }
|
||||
public string? posExecutiveId { get; set; }
|
||||
public string? posExecutiveName { get; set; }
|
||||
public string? positionExecutiveField { get; set; }
|
||||
public string? positionArea { get; set; }
|
||||
public string? posNo { get; set; }
|
||||
public DateTime? leaveDate { get; set; }
|
||||
public string? education { get; set; }
|
||||
|
|
|
|||
|
|
@ -42,6 +42,8 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
public int? posLevelRank { get; set; }
|
||||
public string? posExecutiveId { get; set; }
|
||||
public string? posExecutiveName { get; set; }
|
||||
public string? positionExecutiveField { get; set; }
|
||||
public string? positionArea { get; set; }
|
||||
public string? posNo { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
@ -30,5 +30,7 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
public string? posLevelName { get; set; }
|
||||
public string? typeCommand { get; set; }
|
||||
public string? posExecutiveName { get; set; }
|
||||
public string? positionExecutiveField { get; set; }
|
||||
public string? positionArea { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
@ -58,6 +58,8 @@ namespace BMA.EHR.Retirement.Service.Requests
|
|||
public int? posLevelRank { get; set; }
|
||||
public string? posExecutiveId { get; set; }
|
||||
public string? posExecutiveName { get; set; }
|
||||
public string? positionExecutiveField { get; set; }
|
||||
public string? positionArea { get; set; }
|
||||
public string? posNo { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue