【crm:产品及产品分类】

(cherry picked from commit ff6f05df84)
This commit is contained in:
ZanGe丶
2023-11-04 18:28:59 +08:00
committed by shizhong
parent 18e7aea217
commit 618cf7459a
8 changed files with 847 additions and 1 deletions

View File

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