This commit is contained in:
xiaojunnuo
2024-10-15 12:01:38 +08:00
parent 02fe704769
commit 41ad0aea2b
2 changed files with 2 additions and 2 deletions
@@ -18,7 +18,7 @@ export interface UserInfoRes {
id: string | number;
username: string;
nickName: string;
roles: number[];
roleIds: number[];
}
export interface LoginRes {