feat(rbac): add Permission and Role entities, update User entity

This commit is contained in:
2026-07-02 11:16:14 +08:00
parent 78676a124a
commit e811df9a46
4 changed files with 73 additions and 5 deletions

View File

@@ -11,3 +11,5 @@ export { Deposit } from './deposit.entity';
export { Classroom } from './classroom.entity';
export { Tenant } from './tenant.entity';
export { ClassroomRental } from './classroom-rental.entity';
export { Permission } from './permission.entity';
export { Role } from './role.entity';