更新客户管理模块

This commit is contained in:
Eamon
2026-03-28 14:28:32 +08:00
parent 76d2d480ed
commit f72b6bddd0
7 changed files with 543 additions and 210 deletions

View File

@@ -4,7 +4,8 @@ export type User = {
id: number
admin_id?: number
admin?: Admin
phone: string
account: string
source: number
has_password: boolean
username: string
email: string