Merge branch 'develop' into adiDev
This commit is contained in:
commit
d1fbd59e5f
4 changed files with 47 additions and 1 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