diff --git a/types/entity.ts b/types/entity.ts index bc6aa34..5b276ab 100644 --- a/types/entity.ts +++ b/types/entity.ts @@ -11,7 +11,7 @@ export interface UserInfo { account: string; password?: string; avatar?: string; - role?: Role; + roles?: Role; status?: BasicStatus; permissions?: Permission[]; }