feat: 调整客户表的字段

This commit is contained in:
Wanwan
2023-10-29 00:03:11 +08:00
parent 4cdab6fb3e
commit 59cf0c29f0
4 changed files with 59 additions and 4 deletions

View File

@ -3,6 +3,9 @@ import request from '@/config/axios'
export interface CustomerVO {
id: number
name: string
industryId: number
level: number
source: number
followUpStatus: boolean
lockStatus: boolean
mobile: string