refactor(system): 移除旧用户个人主页信息接口定义
This commit is contained in:
@@ -51,18 +51,6 @@ export interface User {
|
|||||||
deptName: string;
|
deptName: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @description 用户个人主页信息
|
|
||||||
* @param user 用户信息
|
|
||||||
* @param roleGroup 角色名称
|
|
||||||
* @param postGroup 岗位名称
|
|
||||||
*/
|
|
||||||
export interface UserProfile {
|
|
||||||
user: User;
|
|
||||||
roleGroup: string;
|
|
||||||
postGroup: string;
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface UpdatePasswordParam {
|
export interface UpdatePasswordParam {
|
||||||
oldPassword: string;
|
oldPassword: string;
|
||||||
newPassword: string;
|
newPassword: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user