refactor(system): 移除旧用户个人主页信息接口定义

This commit is contained in:
dubai
2026-01-11 14:24:21 +08:00
parent 6f64ebfba3
commit d4678f2fe3

View File

@@ -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;