no message
This commit is contained in:
parent
dd84d9554b
commit
dcc53befb2
3 changed files with 308 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ import { ViewColumn, ViewEntity } from "typeorm";
|
|||
\`posExecutive\`.\`posExecutiveName\` AS \`posExecutiveName\`,
|
||||
\`orgRoot\`.\`isDeputy\` AS \`isDeputy\`,
|
||||
\`orgChild1\`.\`isOfficer\` AS \`isOfficer\`,
|
||||
\`posMaster\`.\`orgRevisionId\` AS \`orgRevisionId\`,
|
||||
\`posMaster\`.\`orgRootId\` AS \`orgRootId\`,
|
||||
\`posMaster\`.\`orgChild1Id\` AS \`orgChild1Id\`,
|
||||
\`posMaster\`.\`orgChild2Id\` AS \`orgChild2Id\`,
|
||||
|
|
@ -84,6 +85,8 @@ export class viewDirectorActing {
|
|||
@ViewColumn()
|
||||
isDirectorChild: boolean;
|
||||
@ViewColumn()
|
||||
orgRevisionId: string;
|
||||
@ViewColumn()
|
||||
orgRootId: string;
|
||||
@ViewColumn()
|
||||
orgChild1Id: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue