fixing field
Some checks failed
release-dev / release-dev (push) Failing after 10s

This commit is contained in:
Warunee Tamkoo 2025-01-11 13:42:03 +07:00
parent 91afbdf2e3
commit d9dd45338e
3 changed files with 14 additions and 9 deletions

View file

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