新增营销系统、分销系统、会员功能、门店、提现功能
This commit is contained in:
@ -144,5 +144,18 @@ export enum DICT_TYPE {
|
||||
|
||||
// ========== MP 模块 ==========
|
||||
MP_AUTO_REPLY_REQUEST_MATCH = 'mp_auto_reply_request_match', // 自动回复请求匹配类型
|
||||
MP_MESSAGE_TYPE = 'mp_message_type' // 消息类型
|
||||
MP_MESSAGE_TYPE = 'mp_message_type', // 消息类型
|
||||
|
||||
// ========== 营销模块 ==========
|
||||
ACTIVITY_STATUS = 'activity_status', // 活动状态
|
||||
GROUP_STATUS = 'group_status', // 拼团状态
|
||||
|
||||
// ========== 分销模块 ==========
|
||||
DISTRIBUTOR_STATUS = 'distributor_status', // 分销商状态
|
||||
ENTRYSTATUS = 'entryStatus', // 佣金入账状态
|
||||
COMMISSION_STATUS = 'commission_status', // 分销订单佣金状态
|
||||
DISTRIBUTOR_AGREEMENT='distributor_agreement', // 分销商协议
|
||||
DISTRIBUTOR_APPLY='distributor_apply',//分销商审核开关
|
||||
DISTRIBUTOR_PURCHASE='distributor_purchase',// 自购返佣
|
||||
DISTRIBUTOR_USER_EXPIRE='distributor_user_expire'// 分销商用户保护期
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user