updated report probation
This commit is contained in:
parent
74f05fccfe
commit
4dc69285ea
6 changed files with 18 additions and 19 deletions
|
|
@ -26,6 +26,7 @@ namespace BMA.EHR.Application.Responses
|
|||
public string Department { get; set; }
|
||||
public string OrganizationOrganization { get; set; }
|
||||
public string Oc { get; set; }
|
||||
public string PositionLevelName { get; set; }
|
||||
}
|
||||
|
||||
public class Director
|
||||
|
|
@ -89,7 +90,7 @@ namespace BMA.EHR.Application.Responses
|
|||
public string role { get; set; }
|
||||
public DateTime createdAt { get; set; }
|
||||
public DateTime updatedAt { get; set; }
|
||||
public List<Achievement> achievements { get; set; }
|
||||
public Achievement achievements { get; set; }
|
||||
}
|
||||
|
||||
public class Achievement
|
||||
|
|
@ -102,6 +103,7 @@ namespace BMA.EHR.Application.Responses
|
|||
|
||||
public class EvaluateExpectLevel
|
||||
{
|
||||
public string? title { get; set; }
|
||||
public string col1 { get; set; }
|
||||
public string col2 { get; set; }
|
||||
public string col3 { get; set; }
|
||||
|
|
@ -111,6 +113,7 @@ namespace BMA.EHR.Application.Responses
|
|||
|
||||
public class EvaluateOutputLevel
|
||||
{
|
||||
public string? title { get; set; }
|
||||
public string col1 { get; set; }
|
||||
public string col2 { get; set; }
|
||||
public string col3 { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue