update entity OrgGroup

This commit is contained in:
AdisakKanthawilang 2024-01-26 10:13:07 +07:00
parent bea20bb46b
commit 2dc74fc7d2
7 changed files with 22 additions and 41 deletions

View file

@ -4,10 +4,10 @@ import { OrgChild1 } from "./OrgChild1";
// ENUM orgRootRank
enum OrgRootRank {
DEPARTMENT = "department",
OFFICE = "office",
DIVISION = "division",
SECTION = "section",
DEPARTMENT = "DEPARTMENT",
OFFICE = "OFFICE",
DIVISION = "DIVISION",
SECTION = "SECTION",
}
@Entity("orgRoot")