crm:code review 成员

(cherry picked from commit eb97447bb7)
This commit is contained in:
YunaiV
2023-11-25 10:42:44 +08:00
committed by shizhong
parent 0921704a4b
commit 98c046ecd7
2 changed files with 18 additions and 20 deletions

View File

@ -195,5 +195,9 @@ export enum DICT_TYPE {
CRM_CUSTOMER_INDUSTRY = 'crm_customer_industry',
CRM_CUSTOMER_LEVEL = 'crm_customer_level',
CRM_CUSTOMER_SOURCE = 'crm_customer_source',
CRM_PRODUCT_STATUS = 'crm_product_status'
CRM_PRODUCT_STATUS = 'crm_product_status',
// ========== CRM - 数据权限模块 ==========
CRM_BIZ_TYPE = 'crm_biz_type', // 数据模块类型
CRM_PERMISSION_LEVEL = 'crm_permission_level' // 用户数据权限类型
}