feat: 添加客户管理模块

This commit is contained in:
caiyuchao
2025-05-23 10:53:08 +08:00
parent b4d91ef9c6
commit 36dfd60d73
7 changed files with 546 additions and 2 deletions

View File

@@ -219,6 +219,8 @@ enum DICT_TYPE {
IOT_RW_TYPE = 'iot_rw_type', // IOT 读写类型
IOT_UNIT_TYPE = 'iot_unit_type', // IOT 单位类型
IOT_VALIDATE_TYPE = 'iot_validate_type', // IOT 数据校验级别
// ========== LICENSE 模块 ==========
LIC_CUSTOMER_TYPE = 'lic_customer_type', // 客户类型
MEMBER_EXPERIENCE_BIZ_TYPE = 'member_experience_biz_type', // 会员经验业务类型
// ========== Member 会员模块 ==========
MEMBER_POINT_BIZ_TYPE = 'member_point_biz_type', // 积分的业务类型