更新客户管理模块
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import type { ProductDiscount } from "./product_discount"
|
||||
|
||||
export type Cust = {
|
||||
id: number
|
||||
admin_id?: number
|
||||
phone: string
|
||||
admin?: Admin
|
||||
source: number
|
||||
has_password: boolean
|
||||
username: string
|
||||
email: string
|
||||
@@ -21,6 +24,7 @@ export type Cust = {
|
||||
last_login_ip: string
|
||||
created_at: Date
|
||||
updated_at: Date
|
||||
discount: ProductDiscount
|
||||
}
|
||||
export type Admin = {
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user