This commit is contained in:
ygx
2026-03-29 13:08:11 +08:00
parent 8d1239ee6d
commit 9cee6f290d
3 changed files with 71 additions and 26 deletions

View File

@@ -16,6 +16,8 @@ export interface LoginData {
export interface UserItem {
id?: number
account?: string
password?: string
confirmPassword?: string
name?: string
username?: string
nickname?: string