add commander-director-act

This commit is contained in:
kittapath 2024-11-04 16:09:05 +07:00
parent 8a2d5cce38
commit 4a036a5dd9
4 changed files with 268 additions and 207 deletions

View file

@ -25,7 +25,7 @@ import { ViewColumn, ViewEntity } from "typeorm";
JOIN \`bma_ehr_organization_demo\`.\`posMaster\` ON ((\`bma_ehr_organization_demo\`.\`posMasterAct\`.\`posMasterId\` = \`bma_ehr_organization_demo\`.\`posMaster\`.\`id\`)))
JOIN \`bma_ehr_organization_demo\`.\`profile\` ON ((\`bma_ehr_organization_demo\`.\`posMaster\`.\`current_holderId\` = \`bma_ehr_organization_demo\`.\`profile\`.\`id\`)))`,
})
export class viewCommanderDirector {
export class viewDirectorActing {
@ViewColumn()
id: string;
@ViewColumn()