超管后台 - 流量池客户详情

This commit is contained in:
柳清爽
2025-04-13 13:48:22 +08:00
parent 4513beb21f
commit 213d6dd93e
4 changed files with 246 additions and 145 deletions

View File

@@ -12,10 +12,8 @@ export interface Customer {
region: string;
tags: string[];
source: string;
projectName: string;
addTime: string | null;
createTime: string | null; // 修改为允许null值
companyName: string;
createTime: string;
mobile: number;
}