feat: 前端统一user类型

This commit is contained in:
2025-12-16 22:50:27 +08:00
parent 12c84f3dc8
commit 0018b50914

View File

@@ -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[];
} }