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