Files
smartDriveEE/src/main/sql/适配准真实.sql

106 lines
4.5 KiB
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

filename D:\bCard\code\Langchain4j-rj\src\main\sql\.sql
JSON--开始
{
"project_management": [
{
"id": "1957424785875087363",
"project_name": "奔驰C级销售项目"
},
{
"id": "1957424785875087364",
"project_name": "奥迪A4L项目"
},
{
"id": "1957424785875087365",
"project_name": "宝马3系项目"
},
{
"id": "1957424785875087366",
"project_name": "雷克萨斯RX项目"
},
{
"id": "1957424785875087367",
"project_name": "保时捷911项目"
},
{
"id": "1957424785875087368",
"project_name": "威兹曼GT项目"
}
]
}
JSON--结束
--开始
ID sales_Name sales_Phone
1972975619388026881 18992635001
1972975623548776449 18941656771
1972975624127590401 18870599431
1972975624584769537 18836324731
1972975625037754369 15020417621
1972975625520099329 15061668631
--结束
JSON ---开始
{'1957424710587330562', '广州奔驰4S店'},{'1957424711560409089', '北京奥迪4S店'},{'1957424714953601026', '上海宝马4S店'},{'1957424739267981313', '深圳雷克萨斯4S店'},{'1957424740000000001', '成都保时捷4S店'},{'1957424740000000017', '昆明威兹曼4S店'},{}
JSON --结束
--开始
id customer_name phone dealershop_id shop_name sales_id sales_name
1957425000000000001 13800138001 1957424710587330562 广4S店 1972975623548776449
1957425000000000002 13800138002 1957424711560409089 4S店 1972975619388026881
1957425000000000003 13800138003 1957424714953601026 4S店 1972975624127590401
1957425000000000004 13800138004 1957424739267981313 4S店 1972975624584769537
1957425000000000005 13800138005 1957424740000000001 4S店 1972975625037754369
1957425000000000006 13800138006 1957424740000000017 4S店 1972975625520099329
--结束
JSON--开始
{
{
"id": "1957424800000000001","name":"沃尔沃M90续航亮点"
},
{
"id": "1957424800000000002","name":"lexus RX350智能互联"
},
{
"id": "1957424800000000003","name":"别克品牌主张"
},
{
"id": "1957424800000000004","name":"lexusRX470刹车问题"
}
}
JSON--结束
--- 开始
030AudioMockInsertDataScheduler.java
150 100 6
2
{
`naturalness_score` int NOT NULL DEFAULT 0 COMMENT '自然度分数',
`coherence_score` int NOT NULL DEFAULT 0 COMMENT '连贯性分数',
`fluency_score` int NOT NULL DEFAULT 0 COMMENT '流畅度分数',
`advisor_aggressiveness_score` int NOT NULL DEFAULT 0 COMMENT '顾问攻击性分数(高=低攻击性)',
`advisor_consistency_score` int NOT NULL DEFAULT 0 COMMENT '顾问一致性分数',
`greeting_reception_score` int NOT NULL DEFAULT 0 COMMENT '欢迎接待分数',
`brand_introduction_score` int NOT NULL DEFAULT 0 COMMENT '品牌介绍分数',
`customer_needs_understanding_score` int NOT NULL DEFAULT 0 COMMENT '了解客户用车需求分数',
`budget_understanding_score` int NOT NULL DEFAULT 0 COMMENT '了解客户经济预算分数',
`recommendation_score` int NOT NULL DEFAULT 0 COMMENT '推荐配置或车型分数',
`safety_introduction_score` int NOT NULL DEFAULT 0 COMMENT '重点介绍安全性分数',
`health_environment_introduction_score` int NOT NULL DEFAULT 0 COMMENT '重点介绍健康环保分数',
`technology_introduction_score` int NOT NULL DEFAULT 0 COMMENT '重点介绍科技性分数',
`test_drive_invitation_score` int NOT NULL DEFAULT 0 COMMENT '邀请试驾分数',
`negotiation_deal_score` int NOT NULL DEFAULT 0 COMMENT '商谈成交分数',
}
--- 结束