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

@ -188,5 +188,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'
}