report 13
Some checks failed
release-dev / release-dev (push) Has been cancelled

This commit is contained in:
kittapath 2025-01-13 15:12:44 +07:00
parent 322d4218bc
commit 549bbfcf52
2 changed files with 11 additions and 0 deletions

View file

@ -14,6 +14,7 @@
public List<Job> jobs { get; set; }
public List<Knowledge> knowledges { get; set; }
public List<Competency> competencys { get; set; }
public List<Competency> competency_groups { get; set; }
public List<Output> outputs { get; set; }
public List<Law> laws { get; set; }
public List<Skill> skills { get; set; }