!308 【增加CRM:产品以及产品分类】

Merge pull request !308 from ZanGe丶/master
This commit is contained in:
芋道源码
2023-11-05 12:28:31 +00:00
committed by Gitee
8 changed files with 847 additions and 1 deletions

View File

@ -192,5 +192,6 @@ export enum DICT_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'
CRM_CUSTOMER_SOURCE = 'crm_customer_source',
CRM_PRODUCT_STATUS = 'crm_product_status'
}