描述 的rbac模块。 安装 npm我-保存nestjs-rbac 快速开始 为了使用RBAC ,需要实现IStorageRbac export interface IStorageRbac { roles : string [ ] ; permissions : object ; grants : object ; filters : { [ key : string ] : any | IFilterPermission } ; } 例如: export const RBACstorage : IStorageRbac = { roles : [ 'admin' ,