add posexe org
This commit is contained in:
parent
18b1171c34
commit
a9a35342e5
3 changed files with 322 additions and 0 deletions
|
|
@ -113,6 +113,16 @@ export class viewDirector {
|
|||
@ViewColumn()
|
||||
orgChild4Id: string;
|
||||
@ViewColumn()
|
||||
orgRoot: string;
|
||||
@ViewColumn()
|
||||
orgChild1: string;
|
||||
@ViewColumn()
|
||||
orgChild2: string;
|
||||
@ViewColumn()
|
||||
orgChild3: string;
|
||||
@ViewColumn()
|
||||
orgChild4: string;
|
||||
@ViewColumn()
|
||||
actFullNameId: string;
|
||||
@ViewColumn()
|
||||
actFullNameKeycloakId: string;
|
||||
|
|
|
|||
|
|
@ -99,6 +99,16 @@ export class viewDirectorActing {
|
|||
@ViewColumn()
|
||||
orgChild4Id: string;
|
||||
@ViewColumn()
|
||||
orgRoot: string;
|
||||
@ViewColumn()
|
||||
orgChild1: string;
|
||||
@ViewColumn()
|
||||
orgChild2: string;
|
||||
@ViewColumn()
|
||||
orgChild3: string;
|
||||
@ViewColumn()
|
||||
orgChild4: string;
|
||||
@ViewColumn()
|
||||
actFullNameId: string;
|
||||
@ViewColumn()
|
||||
actFullNameKeycloakId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue