no message

This commit is contained in:
kittapath 2025-01-22 16:00:44 +07:00
parent dd84d9554b
commit dcc53befb2
3 changed files with 308 additions and 0 deletions

View file

@ -22,6 +22,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\`,
@ -116,6 +117,8 @@ export class viewDirector {
@ViewColumn()
isOfficer: boolean;
@ViewColumn()
orgRevisionId: string;
@ViewColumn()
orgRootId: string;
@ViewColumn()
orgChild1Id: string;