完善 banner 管理

(cherry picked from commit a7439ee08b)
This commit is contained in:
puhui999
2023-10-24 16:10:55 +08:00
committed by shizhong
parent 5a67f1c051
commit 1298c3dd52
4 changed files with 30 additions and 8 deletions

View File

@ -185,6 +185,7 @@ export enum DICT_TYPE {
PROMOTION_CONDITION_TYPE = 'promotion_condition_type', // 营销的条件类型枚举
PROMOTION_BARGAIN_RECORD_STATUS = 'promotion_bargain_record_status', // 砍价记录的状态
PROMOTION_COMBINATION_RECORD_STATUS = 'promotion_combination_record_status', // 拼团记录的状态
BANNER_POSITION = 'banner_position', // banner 定位
// ========== CRM - 客户管理模块 ==========
CRM_RECEIVABLE_CHECK_STATUS = 'crm_receivable_check_status',