update entity OrgGroup
This commit is contained in:
parent
bea20bb46b
commit
2dc74fc7d2
7 changed files with 22 additions and 41 deletions
|
|
@ -7,10 +7,10 @@ import { OrgChild4 } from "./OrgChild4";
|
|||
|
||||
// ENUM orgChild2Rank
|
||||
enum OrgChild2Rank {
|
||||
DEPARTMENT = "department",
|
||||
OFFICE = "office",
|
||||
DIVISION = "division",
|
||||
SECTION = "section",
|
||||
DEPARTMENT = "DEPARTMENT",
|
||||
OFFICE = "OFFICE",
|
||||
DIVISION = "DIVISION",
|
||||
SECTION = "SECTION",
|
||||
}
|
||||
@Entity("orgChild2")
|
||||
export class OrgChild2 extends EntityBase {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue