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

@ -6,10 +6,10 @@ import { OrgChild2 } from "./OrgChild2";
import { OrgChild3 } from "./OrgChild3";
// ENUM orgChild4Rank
enum OrgChild4Rank {
DEPARTMENT = "department",
OFFICE = "office",
DIVISION = "division",
SECTION = "section",
DEPARTMENT = "DEPARTMENT",
OFFICE = "OFFICE",
DIVISION = "DIVISION",
SECTION = "SECTION",
}
@Entity("orgChild4")
export class OrgChild4 extends EntityBase {