【crm:产品及产品分类】

This commit is contained in:
ZanGe丶
2023-11-04 18:28:59 +08:00
parent 5d760d5450
commit ff6f05df84
8 changed files with 847 additions and 1 deletions

View File

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