Merge branch 'develop' into adiDev
# Conflicts: # src/entities/view/viewDirector.ts # src/entities/view/viewDirectorActing.ts
This commit is contained in:
commit
d7c18c07df
8 changed files with 385 additions and 114 deletions
|
|
@ -64,10 +64,22 @@ export class viewDirector {
|
|||
@ViewColumn()
|
||||
posType: string;
|
||||
@ViewColumn()
|
||||
posExecutiveName: string;
|
||||
@ViewColumn()
|
||||
isDirector: boolean;
|
||||
@ViewColumn()
|
||||
isDeputy: boolean;
|
||||
@ViewColumn()
|
||||
orgRootId: string;
|
||||
@ViewColumn()
|
||||
orgChild1Id: string;
|
||||
@ViewColumn()
|
||||
orgChild2Id: string;
|
||||
@ViewColumn()
|
||||
orgChild3Id: string;
|
||||
@ViewColumn()
|
||||
orgChild4Id: string;
|
||||
@ViewColumn()
|
||||
actFullNameId: string;
|
||||
@ViewColumn()
|
||||
actFullName: string;
|
||||
|
|
|
|||
|
|
@ -72,12 +72,24 @@ export class viewDirectorActing {
|
|||
@ViewColumn()
|
||||
posType: string;
|
||||
@ViewColumn()
|
||||
posExecutiveName: string;
|
||||
@ViewColumn()
|
||||
isDirector: boolean;
|
||||
@ViewColumn()
|
||||
isDeputy: boolean;
|
||||
@ViewColumn()
|
||||
isDirectorChild: boolean;
|
||||
@ViewColumn()
|
||||
orgRootId: string;
|
||||
@ViewColumn()
|
||||
orgChild1Id: string;
|
||||
@ViewColumn()
|
||||
orgChild2Id: string;
|
||||
@ViewColumn()
|
||||
orgChild3Id: string;
|
||||
@ViewColumn()
|
||||
orgChild4Id: string;
|
||||
@ViewColumn()
|
||||
actFullNameId: string;
|
||||
@ViewColumn()
|
||||
actFullName: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue