diff --git a/Yi.Vben5.Vue3/apps/web-antd/src/api/system/profile/model.d.ts b/Yi.Vben5.Vue3/apps/web-antd/src/api/system/profile/model.d.ts index eb681610..0c2fab3c 100644 --- a/Yi.Vben5.Vue3/apps/web-antd/src/api/system/profile/model.d.ts +++ b/Yi.Vben5.Vue3/apps/web-antd/src/api/system/profile/model.d.ts @@ -51,18 +51,6 @@ export interface User { deptName: string; } -/** - * @description 用户个人主页信息 - * @param user 用户信息 - * @param roleGroup 角色名称 - * @param postGroup 岗位名称 - */ -export interface UserProfile { - user: User; - roleGroup: string; - postGroup: string; -} - export interface UpdatePasswordParam { oldPassword: string; newPassword: string;