Merge branch 'develop' of github.com:Frappet/bma-ehr-organization into develop
This commit is contained in:
commit
17b3f0aab4
3 changed files with 24 additions and 2 deletions
|
|
@ -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" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue