264 lines
95 KiB
SQL
264 lines
95 KiB
SQL
/*
|
||
Navicat Premium Data Transfer
|
||
|
||
Source Server : 媒体经纪人-测试
|
||
Source Server Type : MySQL
|
||
Source Server Version : 80042
|
||
Source Host : 124.221.59.58:3309
|
||
Source Schema : ai_smart_badge
|
||
|
||
Target Server Type : MySQL
|
||
Target Server Version : 80042
|
||
File Encoding : 65001
|
||
|
||
Date: 10/09/2025 10:13:30
|
||
*/
|
||
|
||
SET NAMES utf8mb4;
|
||
SET FOREIGN_KEY_CHECKS = 0;
|
||
|
||
-- ----------------------------
|
||
-- Table structure for customer_management
|
||
-- ----------------------------
|
||
DROP TABLE IF EXISTS `customer_management`;
|
||
CREATE TABLE `customer_management` (
|
||
`id` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '主键,UUID',
|
||
`customer_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '客户姓名',
|
||
`contact` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '联系方式',
|
||
`dealership_id` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '所属门店ID',
|
||
`dealership_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '所属门店名称',
|
||
`sales_id` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '所属销售ID',
|
||
`sales_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '所属销售名称',
|
||
`recording_count` int NULL DEFAULT 0 COMMENT '录音条数',
|
||
`intended_model` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '意向车型',
|
||
`info_card` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '信息卡',
|
||
`remark` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '备注',
|
||
`detailed_address` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '详细地址',
|
||
`sales_phone` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NULL DEFAULT NULL COMMENT '销售电话',
|
||
`contact_count` int NULL DEFAULT 0 COMMENT '联系客户次数',
|
||
`create_time` datetime NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
|
||
`update_time` datetime NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
|
||
PRIMARY KEY (`id`) USING BTREE
|
||
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_0900_ai_ci COMMENT = '客户管理表' ROW_FORMAT = Dynamic;
|
||
|
||
-- ----------------------------
|
||
-- Records of customer_management
|
||
-- ----------------------------
|
||
INSERT INTO `customer_management` VALUES ('1953608064764559361', '张三', '13800138000', '1953687355879600129', '北京4S店', '1953688453088583682', '李四', 5, '奥迪A6L 2.0T', '高意向客户,有购买意向', '2025-08-08 08:03:53', '2025-08-14 20:21:04');
|
||
INSERT INTO `customer_management` VALUES ('1953610610644099073', '客户1', '1380000001', '1953687355879600129', '4S店1', '1953688453088583682', '销售员1', 2, '宝马5系 2.0T', '低意向客户,需要教育', '2025-08-07 08:14:00', '2025-08-14 20:21:12');
|
||
INSERT INTO `customer_management` VALUES ('1953610615954087938', '客户2-20250813', '1380000002', '1953687352360579073', '4S店2', '1953688452635598849', '销售员2', 3, '捷豹XF 2.0T', '高意向客户,有购买意向', '2025-08-06 08:14:02', '2025-08-15 07:53:10');
|
||
INSERT INTO `customer_management` VALUES ('1953610616339963906', '客户3-20250813', '1380000003', '1953687355879600129', '4S店3', '1953688453088583682', '销售员3', 4, '沃尔沃S90 2.0T', '高意向客户,有购买意向', '2025-08-05 08:14:02', '2025-08-15 07:52:57');
|
||
INSERT INTO `customer_management` VALUES ('1953610617833136129', '客户7''客户30', '1380000030', 'DEAL030', '4S店30', 'SALES030', '销售员30', 1, '讴歌TLX 2.0T', '高意向客户,有购买意向', '2025-07-09 08:14:04', '2025-08-07 02:14:04');
|
||
INSERT INTO `customer_management` VALUES ('1953622555464077313', '张三2-20250813', '13800138000', '1953687352360579073', '北京4S店', '1953688452635598849', '李四', 5, '奥迪A6L 2.0T', '高意向客户,有购买意向', '2025-08-08 09:01:28', '2025-08-14 20:20:48');
|
||
INSERT INTO `customer_management` VALUES ('1953644961272479746', '张三1-20250813', '13800138000', '1953687352360579073', '北京4S店', '1953688452635598849', '李四', 5, '奥迪A6L 2.0T', '高意向客户,有购买意向', '2025-08-08 10:30:30', '2025-08-14 20:11:37');
|
||
INSERT INTO `customer_management` VALUES ('1957424689401901058', '孙七', '13700137000', 'DEAL003', '广州4S店', 'SALES003', '周八', 8, '奔驰E级 2.0T', '低意向客户,需要更多沟通', '2025-08-18 20:49:48', '2025-08-18 20:49:48');
|
||
INSERT INTO `customer_management` VALUES ('1957424692463742978', '吴九', '13600136000', 'DEAL004', '深圳4S店', 'SALES004', '郑十', 15, '雷克萨斯ES 2.5L', '高意向客户,已确定购买', '2025-08-18 20:49:49', '2025-08-18 20:49:49');
|
||
INSERT INTO `customer_management` VALUES ('1957424709601669122', '王五', '13900139000', 'DEAL002', '上海4S店', 'SALES002', '赵六', 3, '宝马5系 2.0T', '中意向客户,需要跟进', '2025-08-18 20:49:53', '2025-08-18 20:49:53');
|
||
|
||
SET FOREIGN_KEY_CHECKS = 1;
|
||
|
||
|
||
-- 200条客户管理表INSERT语句
|
||
-- 基于project_management.sql第146行之后的项目信息、dealership.sql第76行的门店信息、sales_management.sql第355行之后的销售信息
|
||
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000001', '陈志强', '13800138001', '1957424710587330562', '广州奔驰4S店', '1957424800000000001', '张明', 8, '奔驰C200L 1.5T', '高意向客户,有购买意向', '2025-08-15 09:30:00', '2025-08-15 14:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000002', '李美丽', '13800138002', '1957424711560409089', '北京奥迪4S店', '1957424800000000002', '李华', 12, '奥迪A4L 2.0T', '中意向客户,需要跟进', '2025-08-16 10:15:00', '2025-08-16 16:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000003', '王建国', '13800138003', '1957424714953601026', '上海宝马4S店', '1957424800000000003', '王强', 6, '宝马320Li 2.0T', '低意向客户,需要教育', '2025-08-17 11:20:00', '2025-08-17 15:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000004', '刘小红', '13800138004', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000004', '刘芳', 15, '雷克萨斯RX300 2.0T', '高意向客户,已确定购买', '2025-08-18 08:45:00', '2025-08-18 17:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000005', '张伟', '13800138005', '1957424740000000001', '成都保时捷4S店', '1957424800000000005', '陈军', 4, '保时捷911 Carrera 3.0T', '中意向客户,需要更多沟通', '2025-08-19 14:10:00', '2025-08-19 18:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000006', '赵敏', '13800138006', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000006', '赵敏', 9, '威兹曼GT MF5 4.4L', '高意向客户,有购买意向', '2025-08-20 13:25:00', '2025-08-20 16:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000007', '孙丽华', '13800138007', '1957424710587330562', '广州奔驰4S店', '1957424800000000007', '孙丽', 7, '奔驰E300L 2.0T', '低意向客户,需要教育', '2025-08-21 09:50:00', '2025-08-21 14:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000008', '周涛', '13800138008', '1957424711560409089', '北京奥迪4S店', '1957424800000000008', '周涛', 11, '奥迪Q5L 2.0T', '中意向客户,需要跟进', '2025-08-22 10:35:00', '2025-08-22 15:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000009', '马超', '13800138009', '1957424714953601026', '上海宝马4S店', '1957424800000000001', '张明', 5, '宝马X3 2.0T', '高意向客户,有购买意向', '2025-08-23 12:40:00', '2025-08-23 17:10:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000010', '黄小芳', '13800138010', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000002', '李华', 13, '雷克萨斯ES200 2.0L', '中意向客户,需要更多沟通', '2025-08-24 08:20:00', '2025-08-24 16:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000011', '林志明', '13800138011', '1957424740000000001', '成都保时捷4S店', '1957424800000000003', '王强', 3, '保时捷Macan 2.0T', '低意向客户,需要教育', '2025-08-25 15:15:00', '2025-08-25 18:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000012', '吴美丽', '13800138012', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000004', '刘芳', 10, '威兹曼Roadster MF3 3.2L', '高意向客户,已确定购买', '2025-08-26 11:30:00', '2025-08-26 14:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000013', '郑国强', '13800138013', '1957424710587330562', '广州奔驰4S店', '1957424800000000005', '陈军', 8, '奔驰GLC300L 2.0T', '中意向客户,需要跟进', '2025-08-27 09:40:00', '2025-08-27 15:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000014', '何小敏', '13800138014', '1957424711560409089', '北京奥迪4S店', '1957424800000000006', '赵敏', 6, '奥迪A6L 2.0T', '低意向客户,需要教育', '2025-08-28 13:55:00', '2025-08-28 17:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000015', '罗大伟', '13800138015', '1957424714953601026', '上海宝马4S店', '1957424800000000007', '孙丽', 14, '宝马525Li 2.0T', '高意向客户,有购买意向', '2025-08-29 10:25:00', '2025-08-29 16:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000016', '徐小芳', '13800138016', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000008', '周涛', 7, '雷克萨斯NX300 2.0T', '中意向客户,需要更多沟通', '2025-08-30 08:15:00', '2025-08-30 14:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000017', '冯志华', '13800138017', '1957424740000000001', '成都保时捷4S店', '1957424800000000001', '张明', 4, '保时捷Cayenne 3.0T', '低意向客户,需要教育', '2025-08-31 14:50:00', '2025-08-31 18:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000018', '邓小丽', '13800138018', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000002', '李华', 12, '威兹曼GT MF4 4.8L', '高意向客户,已确定购买', '2025-09-01 11:45:00', '2025-09-01 15:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000019', '谢国强', '13800138019', '1957424710587330562', '广州奔驰4S店', '1957424800000000003', '王强', 9, '奔驰S400L 3.0T', '中意向客户,需要跟进', '2025-09-02 09:30:00', '2025-09-02 16:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000020', '韩小敏', '13800138020', '1957424711560409089', '北京奥迪4S店', '1957424800000000004', '刘芳', 5, '奥迪Q7 3.0T', '低意向客户,需要教育', '2025-09-03 12:20:00', '2025-09-03 17:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000021', '曹大伟', '13800138021', '1957424714953601026', '上海宝马4S店', '1957424800000000005', '陈军', 11, '宝马X5 3.0T', '高意向客户,有购买意向', '2025-09-04 10:10:00', '2025-09-04 15:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000022', '袁小芳', '13800138022', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000006', '赵敏', 8, '雷克萨斯LS500h 3.5L', '中意向客户,需要更多沟通', '2025-09-05 08:35:00', '2025-09-05 14:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000023', '石志华', '13800138023', '1957424740000000001', '成都保时捷4S店', '1957424800000000007', '孙丽', 6, '保时捷Panamera 2.9T', '低意向客户,需要教育', '2025-09-06 13:40:00', '2025-09-06 18:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000024', '田小丽', '13800138024', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000008', '周涛', 13, '威兹曼Roadster MF4 4.4L', '高意向客户,已确定购买', '2025-09-07 11:15:00', '2025-09-07 16:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000025', '白国强', '13800138025', '1957424710587330562', '广州奔驰4S店', '1957424800000000001', '张明', 7, '奔驰GLE450 3.0T', '中意向客户,需要跟进', '2025-09-08 09:50:00', '2025-09-08 15:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000026', '潘小敏', '13800138026', '1957424711560409089', '北京奥迪4S店', '1957424800000000002', '李华', 4, '奥迪A8L 3.0T', '低意向客户,需要教育', '2025-09-09 12:30:00', '2025-09-09 17:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000027', '史大伟', '13800138027', '1957424714953601026', '上海宝马4S店', '1957424800000000003', '王强', 10, '宝马740Li 3.0T', '高意向客户,有购买意向', '2025-09-10 10:40:00', '2025-09-10 16:10:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000028', '范小芳', '13800138028', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000004', '刘芳', 9, '雷克萨斯GX460 4.6L', '中意向客户,需要更多沟通', '2025-09-01 08:25:00', '2025-09-01 14:55:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000029', '江志华', '13800138029', '1957424740000000001', '成都保时捷4S店', '1957424800000000005', '陈军', 5, '保时捷Taycan 4S', '低意向客户,需要教育', '2025-09-02 14:15:00', '2025-09-02 18:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000030', '汤小丽', '13800138030', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000006', '赵敏', 12, '威兹曼GT MF5 5.0L', '高意向客户,已确定购买', '2025-09-03 11:50:00', '2025-09-03 15:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000031', '易国强', '13800138031', '1957424710587330562', '广州奔驰4S店', '1957424800000000007', '孙丽', 8, '奔驰AMG C63 4.0T', '中意向客户,需要跟进', '2025-09-04 09:15:00', '2025-09-04 16:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000032', '黎小敏', '13800138032', '1957424711560409089', '北京奥迪4S店', '1957424800000000008', '周涛', 6, '奥迪RS6 4.0T', '低意向客户,需要教育', '2025-09-05 12:45:00', '2025-09-05 17:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000033', '常大伟', '13800138033', '1957424714953601026', '上海宝马4S店', '1957424800000000001', '张明', 14, '宝马M5 4.4T', '高意向客户,有购买意向', '2025-09-06 10:20:00', '2025-09-06 15:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000034', '武小芳', '13800138034', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000002', '李华', 7, '雷克萨斯LC500h 3.5L', '中意向客户,需要更多沟通', '2025-09-07 08:40:00', '2025-09-07 14:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000035', '龙志华', '13800138035', '1957424740000000001', '成都保时捷4S店', '1957424800000000003', '王强', 4, '保时捷718 Boxster 2.0T', '低意向客户,需要教育', '2025-09-08 13:25:00', '2025-09-08 18:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000036', '段小丽', '13800138036', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000004', '刘芳', 11, '威兹曼Roadster MF5 5.0L', '高意向客户,已确定购买', '2025-09-09 11:35:00', '2025-09-09 16:05:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000037', '侯国强', '13800138037', '1957424710587330562', '广州奔驰4S店', '1957424800000000005', '陈军', 9, '奔驰G63 AMG 4.0T', '中意向客户,需要跟进', '2025-09-10 09:55:00', '2025-09-10 15:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000038', '钱小敏', '13800138038', '1957424711560409089', '北京奥迪4S店', '1957424800000000006', '赵敏', 5, '奥迪TT RS 2.5T', '低意向客户,需要教育', '2025-09-01 12:10:00', '2025-09-01 17:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000039', '严大伟', '13800138039', '1957424714953601026', '上海宝马4S店', '1957424800000000007', '孙丽', 13, '宝马i8 1.5T', '高意向客户,有购买意向', '2025-09-02 10:05:00', '2025-09-02 16:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000040', '顾小芳', '13800138040', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000008', '周涛', 8, '雷克萨斯IS300 2.0T', '中意向客户,需要更多沟通', '2025-09-03 08:50:00', '2025-09-03 14:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000041', '孟志华', '13800138041', '1957424740000000001', '成都保时捷4S店', '1957424800000000001', '张明', 6, '保时捷Cayman 2.0T', '低意向客户,需要教育', '2025-09-04 14:35:00', '2025-09-04 18:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000042', '平小丽', '13800138042', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000002', '李华', 12, '威兹曼GT MF3 3.2L', '高意向客户,已确定购买', '2025-09-05 11:25:00', '2025-09-05 15:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000043', '黄国强', '13800138043', '1957424710587330562', '广州奔驰4S店', '1957424800000000003', '王强', 7, '奔驰CLS450 3.0T', '中意向客户,需要跟进', '2025-09-06 09:40:00', '2025-09-06 16:00:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000044', '和志华', '13800138044', '1957424711560409089', '北京奥迪4S店', '1957424800000000004', '刘芳', 4, '奥迪R8 5.2L', '低意向客户,需要教育', '2025-09-07 12:55:00', '2025-09-07 17:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000045', '穆大伟', '13800138045', '1957424714953601026', '上海宝马4S店', '1957424800000000005', '陈军', 10, '宝马Z4 2.0T', '高意向客户,有购买意向', '2025-09-08 10:30:00', '2025-09-08 15:55:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000046', '萧小芳', '13800138046', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000006', '赵敏', 9, '雷克萨斯CT200h 1.8L', '中意向客户,需要更多沟通', '2025-09-09 08:15:00', '2025-09-09 14:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000047', '尹志华', '13800138047', '1957424740000000001', '成都保时捷4S店', '1957424800000000007', '孙丽', 5, '保时捷911 Turbo S 3.8T', '低意向客户,需要教育', '2025-09-10 13:20:00', '2025-09-10 18:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000048', '姚小丽', '13800138048', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000008', '周涛', 11, '威兹曼Roadster MF4 4.8L', '高意向客户,已确定购买', '2025-09-01 11:40:00', '2025-09-01 16:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000049', '邵国强', '13800138049', '1957424710587330562', '广州奔驰4S店', '1957424800000000001', '张明', 8, '奔驰SL450 3.0T', '中意向客户,需要跟进', '2025-09-02 09:25:00', '2025-09-02 15:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000050', '毛小敏', '13800138050', '1957424711560409089', '北京奥迪4S店', '1957424800000000002', '李华', 6, '奥迪A3 1.4T', '低意向客户,需要教育', '2025-09-03 12:40:00', '2025-09-03 17:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000051', '万大伟', '13800138051', '1957424714953601026', '上海宝马4S店', '1957424800000000003', '王强', 14, '宝马X6 3.0T', '高意向客户,有购买意向', '2025-09-04 10:15:00', '2025-09-04 16:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000052', '段小芳', '13800138052', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000004', '刘芳', 7, '雷克萨斯UX200 2.0L', '中意向客户,需要更多沟通', '2025-09-05 08:45:00', '2025-09-05 14:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000053', '章志华', '13800138053', '1957424740000000001', '成都保时捷4S店', '1957424800000000005', '陈军', 4, '保时捷Boxster 2.0T', '低意向客户,需要教育', '2025-09-06 13:30:00', '2025-09-06 18:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000054', '云小丽', '13800138054', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000006', '赵敏', 12, '威兹曼GT MF5 5.2L', '高意向客户,已确定购买', '2025-09-07 11:20:00', '2025-09-07 15:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000055', '苏国强', '13800138055', '1957424710587330562', '广州奔驰4S店', '1957424800000000007', '孙丽', 9, '奔驰G500 4.0T', '中意向客户,需要跟进', '2025-09-08 09:35:00', '2025-09-08 16:10:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000056', '卢小敏', '13800138056', '1957424711560409089', '北京奥迪4S店', '1957424800000000008', '周涛', 5, '奥迪S4 3.0T', '低意向客户,需要教育', '2025-09-09 12:25:00', '2025-09-09 17:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000057', '蒋大伟', '13800138057', '1957424714953601026', '上海宝马4S店', '1957424800000000001', '张明', 13, '宝马M3 3.0T', '高意向客户,有购买意向', '2025-09-10 10:50:00', '2025-09-10 16:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000058', '贾小芳', '13800138058', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000002', '李华', 8, '雷克萨斯RC300 2.0T', '中意向客户,需要更多沟通', '2025-09-01 08:30:00', '2025-09-01 14:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000059', '薛志华', '13800138059', '1957424740000000001', '成都保时捷4S店', '1957424800000000003', '王强', 6, '保时捷911 GT3 4.0L', '低意向客户,需要教育', '2025-09-02 14:20:00', '2025-09-02 18:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000060', '颜小丽', '13800138060', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000004', '刘芳', 11, '威兹曼Roadster MF3 3.5L', '高意向客户,已确定购买', '2025-09-03 11:45:00', '2025-09-03 16:05:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000061', '倪国强', '13800138061', '1957424710587330562', '广州奔驰4S店', '1957424800000000005', '陈军', 7, '奔驰AMG GT 4.0T', '中意向客户,需要跟进', '2025-09-04 09:20:00', '2025-09-04 15:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000062', '庞小敏', '13800138062', '1957424711560409089', '北京奥迪4S店', '1957424800000000006', '赵敏', 4, '奥迪RS4 2.9T', '低意向客户,需要教育', '2025-09-05 12:50:00', '2025-09-05 17:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000063', '熊大伟', '13800138063', '1957424714953601026', '上海宝马4S店', '1957424800000000007', '孙丽', 10, '宝马M4 3.0T', '高意向客户,有购买意向', '2025-09-06 10:10:00', '2025-09-06 15:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000064', '纪小芳', '13800138064', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000008', '周涛', 9, '雷克萨斯LX570 5.7L', '中意向客户,需要更多沟通', '2025-09-07 08:55:00', '2025-09-07 14:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000065', '舒志华', '13800138065', '1957424740000000001', '成都保时捷4S店', '1957424800000000001', '张明', 5, '保时捷911 Carrera S 3.0T', '低意向客户,需要教育', '2025-09-08 13:15:00', '2025-09-08 18:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000066', '屈小丽', '13800138066', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000002', '李华', 12, '威兹曼GT MF4 4.6L', '高意向客户,已确定购买', '2025-09-09 11:30:00', '2025-09-09 15:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000067', '项国强', '13800138067', '1957424710587330562', '广州奔驰4S店', '1957424800000000003', '王强', 8, '奔驰SLK350 3.5L', '中意向客户,需要跟进', '2025-09-10 09:45:00', '2025-09-10 16:00:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000068', '祝小敏', '13800138068', '1957424711560409089', '北京奥迪4S店', '1957424800000000004', '刘芳', 6, '奥迪A5 2.0T', '低意向客户,需要教育', '2025-09-01 12:35:00', '2025-09-01 17:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000069', '董大伟', '13800138069', '1957424714953601026', '上海宝马4S店', '1957424800000000005', '陈军', 14, '宝马M6 4.4T', '高意向客户,有购买意向', '2025-09-02 10:25:00', '2025-09-02 15:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000070', '梁小芳', '13800138070', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000006', '赵敏', 7, '雷克萨斯GS300 2.0T', '中意向客户,需要更多沟通', '2025-09-03 08:40:00', '2025-09-03 14:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000071', '杜志华', '13800138071', '1957424740000000001', '成都保时捷4S店', '1957424800000000007', '孙丽', 4, '保时捷911 GT2 RS 3.8T', '低意向客户,需要教育', '2025-09-04 14:05:00', '2025-09-04 18:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000072', '阮小丽', '13800138072', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000008', '周涛', 11, '威兹曼Roadster MF5 5.2L', '高意向客户,已确定购买', '2025-09-05 11:15:00', '2025-09-05 15:55:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000073', '蓝国强', '13800138073', '1957424710587330562', '广州奔驰4S店', '1957424800000000001', '张明', 9, '奔驰CLK350 3.5L', '中意向客户,需要跟进', '2025-09-06 09:30:00', '2025-09-06 15:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000074', '闵小敏', '13800138074', '1957424711560409089', '北京奥迪4S店', '1957424800000000002', '李华', 5, '奥迪S6 4.0T', '低意向客户,需要教育', '2025-09-07 12:40:00', '2025-09-07 17:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000075', '席大伟', '13800138075', '1957424714953601026', '上海宝马4S店', '1957424800000000003', '王强', 13, '宝马M8 4.4T', '高意向客户,有购买意向', '2025-09-08 10:40:00', '2025-09-08 16:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000076', '季小芳', '13800138076', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000004', '刘芳', 8, '雷克萨斯HS250h 2.4L', '中意向客户,需要更多沟通', '2025-09-09 08:25:00', '2025-09-09 14:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000077', '麻志华', '13800138077', '1957424740000000001', '成都保时捷4S店', '1957424800000000005', '陈军', 6, '保时捷911 Targa 3.0T', '低意向客户,需要教育', '2025-09-10 13:50:00', '2025-09-10 18:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000078', '强小丽', '13800138078', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000006', '赵敏', 12, '威兹曼GT MF3 3.8L', '高意向客户,已确定购买', '2025-09-01 11:05:00', '2025-09-01 16:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000079', '贾国强', '13800138079', '1957424710587330562', '广州奔驰4S店', '1957424800000000007', '孙丽', 7, '奔驰SLR McLaren 5.4L', '中意向客户,需要跟进', '2025-09-02 09:15:00', '2025-09-02 15:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000080', '路小敏', '13800138080', '1957424711560409089', '北京奥迪4S店', '1957424800000000008', '周涛', 4, '奥迪RS7 4.0T', '低意向客户,需要教育', '2025-09-03 12:15:00', '2025-09-03 17:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000081', '娄大伟', '13800138081', '1957424714953601026', '上海宝马4S店', '1957424800000000001', '张明', 10, '宝马i3 纯电动', '高意向客户,有购买意向', '2025-09-04 10:55:00', '2025-09-04 16:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000082', '危小芳', '13800138082', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000002', '李华', 9, '雷克萨斯SC430 4.3L', '中意向客户,需要更多沟通', '2025-09-05 08:10:00', '2025-09-05 14:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000083', '江志华', '13800138083', '1957424740000000001', '成都保时捷4S店', '1957424800000000003', '王强', 5, '保时捷911 Speedster 4.0L', '低意向客户,需要教育', '2025-09-06 14:25:00', '2025-09-06 18:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000084', '童小丽', '13800138084', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000004', '刘芳', 11, '威兹曼Roadster MF4 4.4L', '高意向客户,已确定购买', '2025-09-07 11:50:00', '2025-09-07 16:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000085', '颜国强', '13800138085', '1957424710587330562', '广州奔驰4S店', '1957424800000000005', '陈军', 8, '奔驰SLS AMG 6.2L', '中意向客户,需要跟进', '2025-09-08 09:40:00', '2025-09-08 15:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000086', '郭小敏', '13800138086', '1957424711560409089', '北京奥迪4S店', '1957424800000000006', '赵敏', 6, '奥迪S8 4.0T', '低意向客户,需要教育', '2025-09-09 12:45:00', '2025-09-09 17:10:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000087', '梅大伟', '13800138087', '1957424714953601026', '上海宝马4S店', '1957424800000000007', '孙丽', 14, '宝马i8 Roadster 1.5T', '高意向客户,有购买意向', '2025-09-10 10:30:00', '2025-09-10 16:05:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000088', '盛小芳', '13800138088', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000008', '周涛', 7, '雷克萨斯LFA 4.8L', '中意向客户,需要更多沟通', '2025-09-01 08:50:00', '2025-09-01 14:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000089', '林志华', '13800138089', '1957424740000000001', '成都保时捷4S店', '1957424800000000001', '张明', 4, '保时捷918 Spyder 4.6L', '低意向客户,需要教育', '2025-09-02 14:40:00', '2025-09-02 18:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000090', '刁小丽', '13800138090', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000002', '李华', 12, '威兹曼GT MF5 5.4L', '高意向客户,已确定购买', '2025-09-03 11:35:00', '2025-09-03 15:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000091', '钟国强', '13800138091', '1957424710587330562', '广州奔驰4S店', '1957424800000000003', '王强', 9, '奔驰CLS63 AMG 5.5T', '中意向客户,需要跟进', '2025-09-04 09:25:00', '2025-09-04 15:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000092', '徐小敏', '13800138092', '1957424711560409089', '北京奥迪4S店', '1957424800000000004', '刘芳', 5, '奥迪RS3 2.5T', '低意向客户,需要教育', '2025-09-05 12:20:00', '2025-09-05 17:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000093', '邱大伟', '13800138093', '1957424714953601026', '上海宝马4S店', '1957424800000000005', '陈军', 13, '宝马M2 3.0T', '高意向客户,有购买意向', '2025-09-06 10:45:00', '2025-09-06 16:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000094', '骆小芳', '13800138094', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000006', '赵敏', 8, '雷克萨斯IS F 5.0L', '中意向客户,需要更多沟通', '2025-09-07 08:35:00', '2025-09-07 14:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000095', '高志华', '13800138095', '1957424740000000001', '成都保时捷4S店', '1957424800000000007', '孙丽', 6, '保时捷911 GT3 RS 4.0L', '低意向客户,需要教育', '2025-09-08 13:35:00', '2025-09-08 18:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000096', '夏小丽', '13800138096', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000008', '周涛', 11, '威兹曼Roadster MF3 3.8L', '高意向客户,已确定购买', '2025-09-09 11:25:00', '2025-09-09 16:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000097', '蔡国强', '13800138097', '1957424710587330562', '广州奔驰4S店', '1957424800000000001', '张明', 7, '奔驰SL65 AMG 6.0T', '中意向客户,需要跟进', '2025-09-10 09:50:00', '2025-09-10 15:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000098', '田小敏', '13800138098', '1957424711560409089', '北京奥迪4S店', '1957424800000000002', '李华', 4, '奥迪RS5 2.9T', '低意向客户,需要教育', '2025-09-01 12:30:00', '2025-09-01 17:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000099', '樊大伟', '13800138099', '1957424714953601026', '上海宝马4S店', '1957424800000000003', '王强', 10, '宝马M1 3.0L', '高意向客户,有购买意向', '2025-09-02 10:15:00', '2025-09-02 15:55:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000100', '胡小芳', '13800138100', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000004', '刘芳', 9, '雷克萨斯GS F 5.0L', '中意向客户,需要更多沟通', '2025-09-03 08:20:00', '2025-09-03 14:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000101', '凌志华', '13800138101', '1957424740000000001', '成都保时捷4S店', '1957424800000000005', '陈军', 5, '保时捷911 Turbo 3.8T', '低意向客户,需要教育', '2025-09-04 14:15:00', '2025-09-04 18:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000102', '霍小丽', '13800138102', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000006', '赵敏', 12, '威兹曼GT MF4 4.8L', '高意向客户,已确定购买', '2025-09-05 11:10:00', '2025-09-05 16:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000103', '虞国强', '13800138103', '1957424710587330562', '广州奔驰4S店', '1957424800000000007', '孙丽', 8, '奔驰SLK200 1.8T', '中意向客户,需要跟进', '2025-09-06 09:35:00', '2025-09-06 15:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000104', '万小敏', '13800138104', '1957424711560409089', '北京奥迪4S店', '1957424800000000008', '周涛', 6, '奥迪S3 2.0T', '低意向客户,需要教育', '2025-09-07 12:45:00', '2025-09-07 17:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000105', '支大伟', '13800138105', '1957424714953601026', '上海宝马4S店', '1957424800000000001', '张明', 14, '宝马M7 4.4T', '高意向客户,有购买意向', '2025-09-08 10:20:00', '2025-09-08 16:10:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000106', '柯小芳', '13800138106', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000002', '李华', 7, '雷克萨斯RX450h 3.5L', '中意向客户,需要更多沟通', '2025-09-09 08:30:00', '2025-09-09 14:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000107', '昝志华', '13800138107', '1957424740000000001', '成都保时捷4S店', '1957424800000000003', '王强', 4, '保时捷911 Carrera 4S 3.0T', '低意向客户,需要教育', '2025-09-10 13:45:00', '2025-09-10 18:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000108', '管小丽', '13800138108', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000004', '刘芳', 11, '威兹曼Roadster MF5 5.4L', '高意向客户,已确定购买', '2025-09-01 11:55:00', '2025-09-01 16:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000109', '莫国强', '13800138109', '1957424710587330562', '广州奔驰4S店', '1957424800000000005', '陈军', 9, '奔驰SLK55 AMG 5.4L', '中意向客户,需要跟进', '2025-09-02 09:10:00', '2025-09-02 15:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000110', '经小敏', '13800138110', '1957424711560409089', '北京奥迪4S店', '1957424800000000006', '赵敏', 5, '奥迪S5 3.0T', '低意向客户,需要教育', '2025-09-03 12:05:00', '2025-09-03 17:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000111', '房大伟', '13800138111', '1957424714953601026', '上海宝马4S店', '1957424800000000007', '孙丽', 13, '宝马M9 4.4T', '高意向客户,有购买意向', '2025-09-04 10:35:00', '2025-09-04 16:00:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000112', '裘小芳', '13800138112', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000008', '周涛', 8, '雷克萨斯LX600 3.5T', '中意向客户,需要更多沟通', '2025-09-05 08:15:00', '2025-09-05 14:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000113', '缪志华', '13800138113', '1957424740000000001', '成都保时捷4S店', '1957424800000000001', '张明', 6, '保时捷911 GT3 Touring 4.0L', '低意向客户,需要教育', '2025-09-06 14:30:00', '2025-09-06 18:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000114', '干小丽', '13800138114', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000002', '李华', 12, '威兹曼GT MF3 4.0L', '高意向客户,已确定购买', '2025-09-07 11:40:00', '2025-09-07 16:05:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000115', '解国强', '13800138115', '1957424710587330562', '广州奔驰4S店', '1957424800000000003', '王强', 7, '奔驰SLK32 AMG 3.2L', '中意向客户,需要跟进', '2025-09-08 09:25:00', '2025-09-08 15:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000116', '应小敏', '13800138116', '1957424711560409089', '北京奥迪4S店', '1957424800000000004', '刘芳', 4, '奥迪S7 4.0T', '低意向客户,需要教育', '2025-09-09 12:50:00', '2025-09-09 17:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000117', '宗大伟', '13800138117', '1957424714953601026', '上海宝马4S店', '1957424800000000005', '陈军', 10, '宝马M10 4.4T', '高意向客户,有购买意向', '2025-09-10 10:40:00', '2025-09-10 16:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000118', '丁小芳', '13800138118', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000006', '赵敏', 9, '雷克萨斯GX460 4.6L', '中意向客户,需要更多沟通', '2025-09-01 08:40:00', '2025-09-01 14:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000119', '宣志华', '13800138119', '1957424740000000001', '成都保时捷4S店', '1957424800000000007', '孙丽', 5, '保时捷911 Targa 4S 3.0T', '低意向客户,需要教育', '2025-09-02 14:50:00', '2025-09-02 18:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000120', '贲小丽', '13800138120', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000008', '周涛', 11, '威兹曼Roadster MF4 4.6L', '高意向客户,已确定购买', '2025-09-03 11:30:00', '2025-09-03 15:55:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000121', '邓国强', '13800138121', '1957424710587330562', '广州奔驰4S店', '1957424800000000001', '张明', 8, '奔驰SLK230 2.3L', '中意向客户,需要跟进', '2025-09-04 09:45:00', '2025-09-04 15:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000122', '郁小敏', '13800138122', '1957424711560409089', '北京奥迪4S店', '1957424800000000002', '李华', 6, '奥迪S8 Plus 4.0T', '低意向客户,需要教育', '2025-09-05 12:15:00', '2025-09-05 17:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000123', '单大伟', '13800138123', '1957424714953601026', '上海宝马4S店', '1957424800000000003', '王强', 14, '宝马M11 4.4T', '高意向客户,有购买意向', '2025-09-06 10:25:00', '2025-09-06 16:05:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000124', '杭小芳', '13800138124', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000004', '刘芳', 7, '雷克萨斯LX570 5.7L', '中意向客户,需要更多沟通', '2025-09-07 08:25:00', '2025-09-07 14:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000125', '洪志华', '13800138125', '1957424740000000001', '成都保时捷4S店', '1957424800000000005', '陈军', 4, '保时捷911 GT2 3.6T', '低意向客户,需要教育', '2025-09-08 13:55:00', '2025-09-08 18:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000126', '包小丽', '13800138126', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000006', '赵敏', 12, '威兹曼GT MF5 5.6L', '高意向客户,已确定购买', '2025-09-09 11:15:00', '2025-09-09 16:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000127', '诸国强', '13800138127', '1957424710587330562', '广州奔驰4S店', '1957424800000000007', '孙丽', 9, '奔驰SLK200K 1.8T', '中意向客户,需要跟进', '2025-09-10 09:20:00', '2025-09-10 15:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000128', '左小敏', '13800138128', '1957424711560409089', '北京奥迪4S店', '1957424800000000008', '周涛', 5, '奥迪S9 4.0T', '低意向客户,需要教育', '2025-09-01 12:40:00', '2025-09-01 17:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000129', '石大伟', '13800138129', '1957424714953601026', '上海宝马4S店', '1957424800000000001', '张明', 13, '宝马M12 4.4T', '高意向客户,有购买意向', '2025-09-02 10:50:00', '2025-09-02 16:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000130', '崔小芳', '13800138130', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000002', '李华', 8, '雷克萨斯LX600 3.5T', '中意向客户,需要更多沟通', '2025-09-03 08:35:00', '2025-09-03 14:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000131', '吉志华', '13800138131', '1957424740000000001', '成都保时捷4S店', '1957424800000000003', '王强', 6, '保时捷911 GT3 RS 4.0L', '低意向客户,需要教育', '2025-09-04 14:40:00', '2025-09-04 18:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000132', '钮小丽', '13800138132', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000004', '刘芳', 11, '威兹曼Roadster MF3 4.2L', '高意向客户,已确定购买', '2025-09-05 11:45:00', '2025-09-05 16:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000133', '龚国强', '13800138133', '1957424710587330562', '广州奔驰4S店', '1957424800000000005', '陈军', 7, '奔驰SLK280 2.8L', '中意向客户,需要跟进', '2025-09-06 09:15:00', '2025-09-06 15:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000134', '程小敏', '13800138134', '1957424711560409089', '北京奥迪4S店', '1957424800000000006', '赵敏', 4, '奥迪S10 4.0T', '低意向客户,需要教育', '2025-09-07 12:25:00', '2025-09-07 17:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000135', '嵇大伟', '13800138135', '1957424714953601026', '上海宝马4S店', '1957424800000000007', '孙丽', 10, '宝马M13 4.4T', '高意向客户,有购买意向', '2025-09-08 10:05:00', '2025-09-08 15:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000136', '邢小芳', '13800138136', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000008', '周涛', 9, '雷克萨斯LX570 5.7L', '中意向客户,需要更多沟通', '2025-09-09 08:45:00', '2025-09-09 14:55:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000137', '滑志华', '13800138137', '1957424740000000001', '成都保时捷4S店', '1957424800000000001', '张明', 5, '保时捷911 GT3 Cup 4.0L', '低意向客户,需要教育', '2025-09-10 14:10:00', '2025-09-10 18:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000138', '裴小丽', '13800138138', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000002', '李华', 12, '威兹曼GT MF4 4.8L', '高意向客户,已确定购买', '2025-09-01 11:20:00', '2025-09-01 16:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000139', '陆国强', '13800138139', '1957424710587330562', '广州奔驰4S店', '1957424800000000003', '王强', 8, '奔驰SLK320 3.2L', '中意向客户,需要跟进', '2025-09-02 09:30:00', '2025-09-02 15:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000140', '荣小敏', '13800138140', '1957424711560409089', '北京奥迪4S店', '1957424800000000004', '刘芳', 6, '奥迪S11 4.0T', '低意向客户,需要教育', '2025-09-03 12:35:00', '2025-09-03 17:10:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000141', '翁大伟', '13800138141', '1957424714953601026', '上海宝马4S店', '1957424800000000005', '陈军', 14, '宝马M14 4.4T', '高意向客户,有购买意向', '2025-09-04 10:15:00', '2025-09-04 16:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000142', '荀小芳', '13800138142', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000006', '赵敏', 7, '雷克萨斯LX600 3.5T', '中意向客户,需要更多沟通', '2025-09-05 08:20:00', '2025-09-05 14:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000143', '羊志华', '13800138143', '1957424740000000001', '成都保时捷4S店', '1957424800000000007', '孙丽', 4, '保时捷911 GT3 R 4.0L', '低意向客户,需要教育', '2025-09-06 14:45:00', '2025-09-06 18:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000144', '於小丽', '13800138144', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000008', '周涛', 11, '威兹曼Roadster MF5 5.8L', '高意向客户,已确定购买', '2025-09-07 11:35:00', '2025-09-07 16:00:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000145', '惠国强', '13800138145', '1957424710587330562', '广州奔驰4S店', '1957424800000000001', '张明', 9, '奔驰SLK350 3.5L', '中意向客户,需要跟进', '2025-09-08 09:40:00', '2025-09-08 15:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000146', '甄小敏', '13800138146', '1957424711560409089', '北京奥迪4S店', '1957424800000000002', '李华', 5, '奥迪S12 4.0T', '低意向客户,需要教育', '2025-09-09 12:55:00', '2025-09-09 17:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000147', '曲大伟', '13800138147', '1957424714953601026', '上海宝马4S店', '1957424800000000003', '王强', 13, '宝马M15 4.4T', '高意向客户,有购买意向', '2025-09-10 10:30:00', '2025-09-10 16:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000148', '家小芳', '13800138148', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000004', '刘芳', 8, '雷克萨斯LX570 5.7L', '中意向客户,需要更多沟通', '2025-09-01 08:55:00', '2025-09-01 14:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000149', '封志华', '13800138149', '1957424740000000001', '成都保时捷4S店', '1957424800000000005', '陈军', 6, '保时捷911 GT3 RS 4.0L', '低意向客户,需要教育', '2025-09-02 14:20:00', '2025-09-02 18:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000150', '芮小丽', '13800138150', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000006', '赵敏', 12, '威兹曼GT MF3 4.4L', '高意向客户,已确定购买', '2025-09-03 11:50:00', '2025-09-03 16:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000151', '羿国强', '13800138151', '1957424710587330562', '广州奔驰4S店', '1957424800000000007', '孙丽', 8, '奔驰SLK250 2.5L', '中意向客户,需要跟进', '2025-09-04 09:50:00', '2025-09-04 15:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000152', '储小敏', '13800138152', '1957424711560409089', '北京奥迪4S店', '1957424800000000008', '周涛', 6, '奥迪S13 4.0T', '低意向客户,需要教育', '2025-09-05 12:05:00', '2025-09-05 17:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000153', '汲大伟', '13800138153', '1957424714953601026', '上海宝马4S店', '1957424800000000001', '张明', 14, '宝马M16 4.4T', '高意向客户,有购买意向', '2025-09-06 10:40:00', '2025-09-06 16:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000154', '邴小芳', '13800138154', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000002', '李华', 7, '雷克萨斯LX600 3.5T', '中意向客户,需要更多沟通', '2025-09-07 08:30:00', '2025-09-07 14:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000155', '糜志华', '13800138155', '1957424740000000001', '成都保时捷4S店', '1957424800000000003', '王强', 4, '保时捷911 GT3 RS 4.0L', '低意向客户,需要教育', '2025-09-08 14:35:00', '2025-09-08 18:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000156', '松小丽', '13800138156', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000004', '刘芳', 11, '威兹曼Roadster MF4 4.8L', '高意向客户,已确定购买', '2025-09-09 11:25:00', '2025-09-09 16:10:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000157', '井国强', '13800138157', '1957424710587330562', '广州奔驰4S店', '1957424800000000005', '陈军', 9, '奔驰SLK300 3.0L', '中意向客户,需要跟进', '2025-09-10 09:15:00', '2025-09-10 15:55:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000158', '段小敏', '13800138158', '1957424711560409089', '北京奥迪4S店', '1957424800000000006', '赵敏', 5, '奥迪S14 4.0T', '低意向客户,需要教育', '2025-09-01 12:45:00', '2025-09-01 17:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000159', '富大伟', '13800138159', '1957424714953601026', '上海宝马4S店', '1957424800000000007', '孙丽', 13, '宝马M17 4.4T', '高意向客户,有购买意向', '2025-09-02 10:55:00', '2025-09-02 16:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000160', '巫小芳', '13800138160', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000008', '周涛', 8, '雷克萨斯LX570 5.7L', '中意向客户,需要更多沟通', '2025-09-03 08:40:00', '2025-09-03 14:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000161', '乌志华', '13800138161', '1957424740000000001', '成都保时捷4S店', '1957424800000000001', '张明', 6, '保时捷911 GT3 RS 4.0L', '低意向客户,需要教育', '2025-09-04 14:25:00', '2025-09-04 18:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000162', '焦小丽', '13800138162', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000002', '李华', 12, '威兹曼GT MF5 5.8L', '高意向客户,已确定购买', '2025-09-05 11:40:00', '2025-09-05 16:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000163', '巴国强', '13800138163', '1957424710587330562', '广州奔驰4S店', '1957424800000000003', '王强', 7, '奔驰SLK350 3.5L', '中意向客户,需要跟进', '2025-09-06 09:25:00', '2025-09-06 15:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000164', '弓小敏', '13800138164', '1957424711560409089', '北京奥迪4S店', '1957424800000000004', '刘芳', 4, '奥迪S15 4.0T', '低意向客户,需要教育', '2025-09-07 12:15:00', '2025-09-07 17:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000165', '牧大伟', '13800138165', '1957424714953601026', '上海宝马4S店', '1957424800000000005', '陈军', 10, '宝马M18 4.4T', '高意向客户,有购买意向', '2025-09-08 10:10:00', '2025-09-08 15:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000166', '隗小芳', '13800138166', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000006', '赵敏', 9, '雷克萨斯LX600 3.5T', '中意向客户,需要更多沟通', '2025-09-09 08:50:00', '2025-09-09 14:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000167', '山志华', '13800138167', '1957424740000000001', '成都保时捷4S店', '1957424800000000007', '孙丽', 5, '保时捷911 GT3 RS 4.0L', '低意向客户,需要教育', '2025-09-10 14:00:00', '2025-09-10 18:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000168', '谷小丽', '13800138168', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000008', '周涛', 11, '威兹曼Roadster MF3 4.6L', '高意向客户,已确定购买', '2025-09-01 11:35:00', '2025-09-01 16:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000169', '车国强', '13800138169', '1957424710587330562', '广州奔驰4S店', '1957424800000000001', '张明', 8, '奔驰SLK280 2.8L', '中意向客户,需要跟进', '2025-09-02 09:35:00', '2025-09-02 15:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000170', '侯小敏', '13800138170', '1957424711560409089', '北京奥迪4S店', '1957424800000000002', '李华', 6, '奥迪S16 4.0T', '低意向客户,需要教育', '2025-09-03 12:25:00', '2025-09-03 17:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000171', '宓大伟', '13800138171', '1957424714953601026', '上海宝马4S店', '1957424800000000003', '王强', 14, '宝马M19 4.4T', '高意向客户,有购买意向', '2025-09-04 10:45:00', '2025-09-04 16:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000172', '蓬小芳', '13800138172', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000004', '刘芳', 7, '雷克萨斯LX570 5.7L', '中意向客户,需要更多沟通', '2025-09-05 08:35:00', '2025-09-05 14:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000173', '全志华', '13800138173', '1957424740000000001', '成都保时捷4S店', '1957424800000000005', '陈军', 4, '保时捷911 GT3 RS 4.0L', '低意向客户,需要教育', '2025-09-06 14:15:00', '2025-09-06 18:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000174', '班小丽', '13800138174', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000006', '赵敏', 12, '威兹曼GT MF4 4.8L', '高意向客户,已确定购买', '2025-09-07 11:30:00', '2025-09-07 16:05:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000175', '仰国强', '13800138175', '1957424710587330562', '广州奔驰4S店', '1957424800000000007', '孙丽', 9, '奔驰SLK320 3.2L', '中意向客户,需要跟进', '2025-09-08 09:20:00', '2025-09-08 15:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000176', '秋小敏', '13800138176', '1957424711560409089', '北京奥迪4S店', '1957424800000000008', '周涛', 5, '奥迪S17 4.0T', '低意向客户,需要教育', '2025-09-09 12:35:00', '2025-09-09 17:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000177', '仲大伟', '13800138177', '1957424714953601026', '上海宝马4S店', '1957424800000000001', '张明', 13, '宝马M20 4.4T', '高意向客户,有购买意向', '2025-09-10 10:20:00', '2025-09-10 16:00:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000178', '伊小芳', '13800138178', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000002', '李华', 8, '雷克萨斯LX600 3.5T', '中意向客户,需要更多沟通', '2025-09-01 08:45:00', '2025-09-01 14:55:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000179', '宫志华', '13800138179', '1957424740000000001', '成都保时捷4S店', '1957424800000000003', '王强', 6, '保时捷911 GT3 RS 4.0L', '低意向客户,需要教育', '2025-09-02 14:30:00', '2025-09-02 18:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000180', '宁小丽', '13800138180', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000004', '刘芳', 11, '威兹曼Roadster MF5 5.8L', '高意向客户,已确定购买', '2025-09-03 11:45:00', '2025-09-03 16:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000181', '仇国强', '13800138181', '1957424710587330562', '广州奔驰4S店', '1957424800000000005', '陈军', 7, '奔驰SLK280 2.8L', '中意向客户,需要跟进', '2025-09-04 09:30:00', '2025-09-04 15:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000182', '栾小敏', '13800138182', '1957424711560409089', '北京奥迪4S店', '1957424800000000006', '赵敏', 4, '奥迪S18 4.0T', '低意向客户,需要教育', '2025-09-05 12:40:00', '2025-09-05 17:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000183', '暴大伟', '13800138183', '1957424714953601026', '上海宝马4S店', '1957424800000000007', '孙丽', 10, '宝马M21 4.4T', '高意向客户,有购买意向', '2025-09-06 10:35:00', '2025-09-06 16:10:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000184', '甘小芳', '13800138184', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000008', '周涛', 9, '雷克萨斯LX570 5.7L', '中意向客户,需要更多沟通', '2025-09-07 08:25:00', '2025-09-07 14:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000185', '钭志华', '13800138185', '1957424740000000001', '成都保时捷4S店', '1957424800000000001', '张明', 5, '保时捷911 GT3 RS 4.0L', '低意向客户,需要教育', '2025-09-08 14:45:00', '2025-09-08 18:20:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000186', '厉小丽', '13800138186', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000002', '李华', 12, '威兹曼GT MF3 4.8L', '高意向客户,已确定购买', '2025-09-09 11:20:00', '2025-09-09 16:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000187', '戎国强', '13800138187', '1957424710587330562', '广州奔驰4S店', '1957424800000000003', '王强', 8, '奔驰SLK300 3.0L', '中意向客户,需要跟进', '2025-09-10 09:40:00', '2025-09-10 15:25:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000188', '祖小敏', '13800138188', '1957424711560409089', '北京奥迪4S店', '1957424800000000004', '刘芳', 6, '奥迪S19 4.0T', '低意向客户,需要教育', '2025-09-01 12:50:00', '2025-09-01 17:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000189', '武大伟', '13800138189', '1957424714953601026', '上海宝马4S店', '1957424800000000005', '陈军', 14, '宝马M22 4.4T', '高意向客户,有购买意向', '2025-09-02 10:25:00', '2025-09-02 16:15:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000190', '符小芳', '13800138190', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000006', '赵敏', 7, '雷克萨斯LX600 3.5T', '中意向客户,需要更多沟通', '2025-09-03 08:15:00', '2025-09-03 14:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000191', '刘志华', '13800138191', '1957424740000000001', '成都保时捷4S店', '1957424800000000007', '孙丽', 4, '保时捷911 GT3 RS 4.0L', '低意向客户,需要教育', '2025-09-04 14:55:00', '2025-09-04 18:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000192', '景小丽', '13800138192', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000008', '周涛', 11, '威兹曼Roadster MF4 4.8L', '高意向客户,已确定购买', '2025-09-05 11:55:00', '2025-09-05 16:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000193', '詹国强', '13800138193', '1957424710587330562', '广州奔驰4S店', '1957424800000000001', '张明', 9, '奔驰SLK350 3.5L', '中意向客户,需要跟进', '2025-09-06 09:05:00', '2025-09-06 15:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000194', '束小敏', '13800138194', '1957424711560409089', '北京奥迪4S店', '1957424800000000002', '李华', 5, '奥迪S20 4.0T', '低意向客户,需要教育', '2025-09-07 12:30:00', '2025-09-07 17:50:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000195', '龙大伟', '13800138195', '1957424714953601026', '上海宝马4S店', '1957424800000000003', '王强', 13, '宝马M23 4.4T', '高意向客户,有购买意向', '2025-09-08 10:50:00', '2025-09-08 16:35:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000196', '叶小芳', '13800138196', '1957424739267981313', '深圳雷克萨斯4S店', '1957424800000000004', '刘芳', 8, '雷克萨斯LX570 5.7L', '中意向客户,需要更多沟通', '2025-09-09 08:35:00', '2025-09-09 14:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000197', '幸志华', '13800138197', '1957424740000000001', '成都保时捷4S店', '1957424800000000005', '陈军', 6, '保时捷911 GT3 RS 4.0L', '低意向客户,需要教育', '2025-09-10 14:20:00', '2025-09-10 18:40:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000198', '司小丽', '13800138198', '1957424740000000017', '昆明威兹曼4S店', '1957424800000000006', '赵敏', 12, '威兹曼GT MF5 5.8L', '高意向客户,已确定购买', '2025-09-01 11:10:00', '2025-09-01 16:45:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000199', '韶国强', '13800138199', '1957424710587330562', '广州奔驰4S店', '1957424800000000007', '孙丽', 7, '奔驰SLK320 3.2L', '中意向客户,需要跟进', '2025-09-02 09:50:00', '2025-09-02 15:30:00');
|
||
INSERT INTO `customer_management` (`id`, `customer_name`, `contact`, `dealership_id`, `dealership_name`, `sales_id`, `sales_name`, `recording_count`, `intended_model`, `info_card`, `create_time`, `update_time`) VALUES ('1957425000000000200', '郜小敏', '13800138200', '1957424711560409089', '北京奥迪4S店', '1957424800000000008', '周涛', 4, '奥迪S21 4.0T', '低意向客户,需要教育', '2025-09-03 12:55:00', '2025-09-03 17:30:00');
|