wip: coding

This commit is contained in:
kailong321200875
2022-06-23 22:37:49 +08:00
parent cf738b8701
commit f4c940d95e
15 changed files with 202 additions and 27 deletions

7
src/api-types/user.ts Normal file
View File

@@ -0,0 +1,7 @@
export interface IUserModel {
user_name: string
password: string
check_password: string
is_admin: number
code: string | number
}