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

@ -190,5 +190,8 @@ export enum DICT_TYPE {
// ========== CRM - 客户管理模块 ==========
CRM_RECEIVABLE_CHECK_STATUS = 'crm_receivable_check_status',
CRM_RETURN_TYPE = 'crm_return_type'
CRM_RETURN_TYPE = 'crm_return_type',
CRM_CUSTOMER_INDUSTRY = 'crm_customer_industry',
CRM_CUSTOMER_LEVEL = 'crm_customer_level',
CRM_CUSTOMER_SOURCE = 'crm_customer_source'
}