This commit is contained in:
parent
91afbdf2e3
commit
d9dd45338e
3 changed files with 14 additions and 9 deletions
|
|
@ -30,7 +30,8 @@
|
|||
public string Position { get; set; } = string.Empty;
|
||||
public string Department { get; set; } = string.Empty;
|
||||
public string Oc { get; set; } = string.Empty;
|
||||
public string PositionLevelName { get; set; } = string.Empty;
|
||||
public string positionLevelName { get; set; } = string.Empty;
|
||||
public string PositionAndLevel { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class Assign
|
||||
|
|
@ -78,6 +79,7 @@
|
|||
public class Skill
|
||||
{
|
||||
public int id { get; set; }
|
||||
public string level { get; set; } = string.Empty;
|
||||
public string title { get; set; } = string.Empty;
|
||||
public string description { get; set; } = string.Empty;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue