feat: 调整客户表的字段

(cherry picked from commit 59cf0c29f0)
This commit is contained in:
Wanwan
2023-10-29 00:03:11 +08:00
committed by shizhong
parent ed9ae42ba8
commit 7923078e17
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