refactor: api type

This commit is contained in:
xingyu4j
2022-11-22 17:12:45 +08:00
parent 92bcaa04d1
commit 7b40e5a5e4
24 changed files with 49 additions and 89 deletions

View File

@@ -1,5 +1,6 @@
import request from '@/config/axios'
export type UserVO = {
export interface UserVO {
id: number
username: string
nickname: string