feat: 前端统一user类型
This commit is contained in:
@@ -8,7 +8,5 @@ export interface User {
|
||||
phone?: string;
|
||||
avatar?: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
deletedAt: string | null;
|
||||
roles: Role[];
|
||||
}
|
||||
Reference in New Issue
Block a user