Merge branch 'develop' of github.com:Frappet/bma-ehr-organization into develop

This commit is contained in:
Kittapath 2024-06-12 10:45:30 +07:00
commit 17b3f0aab4
3 changed files with 24 additions and 2 deletions

View file

@ -73,7 +73,7 @@ export class AuthRoleAttr extends EntityBase {
comment: "Root",
default: null,
})
parentNode?: string | null;
parentNode?: string;
@ManyToOne(() => AuthSys, (authSys) => authSys.authSys)
@JoinColumn({ name: "authSysId" })