更新客户管理的修改功能参数

This commit is contained in:
Eamon
2026-03-28 18:04:19 +08:00
parent 8c26d81846
commit 3387056ea9
6 changed files with 440 additions and 164 deletions

View File

@@ -5,7 +5,9 @@ export type Cust = {
admin_id?: number
phone: string
admin?: Admin
password: string
source: number
discount_id: string
has_password: boolean
username: string
email: string