mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-14 19:05:07 +08:00
feat: 调整客户表的字段
This commit is contained in:
@ -8,14 +8,16 @@ export interface CustomerVO {
|
||||
mobile: string
|
||||
telephone: string
|
||||
website: string
|
||||
qq: string
|
||||
wechat: string
|
||||
email: string
|
||||
description: string
|
||||
remark: string
|
||||
ownerUserId: number
|
||||
roUserIds: string
|
||||
rwUserIds: string
|
||||
areaId: number
|
||||
detailAddress: string
|
||||
longitude: string
|
||||
latitude: string
|
||||
contactLastTime: Date
|
||||
contactNextTime: Date
|
||||
}
|
||||
|
Reference in New Issue
Block a user