updated permission menu

This commit is contained in:
Warunee Tamkoo 2024-07-24 15:44:34 +07:00
parent c49884fdd9
commit 1e3699b049
2 changed files with 77 additions and 51 deletions

View file

@ -75,7 +75,7 @@ export class AuthRoleAttr extends EntityBase {
})
parentNode?: string;
// @ManyToOne(() => AuthSys, (authSys) => authSys.authSys)
// @ManyToOne(() => AuthSys, (authSys) => authSys)
// @JoinColumn({ name: "authSysId" })
// authRoleAttrForSys: AuthSys;