CRM: 新增客户行业、来源、级别统计、区域数据统计

This commit is contained in:
puhui999
2024-03-24 22:22:09 +08:00
parent 6b45ed7e78
commit cce1fadc33
7 changed files with 785 additions and 20 deletions

View File

@ -5,7 +5,7 @@ import { formatDate } from '@/utils/formatTime'
/** 会员分析 Request VO */
export interface MemberAnalyseReqVO {
times: [dayjs.ConfigType, dayjs.ConfigType]
times: dayjs.ConfigType[]
}
/** 会员分析 Response VO */