新增关键销售行动分析结果
This commit is contained in:
parent
4a54bbf215
commit
cd66eccaf9
|
|
@ -1,3 +1,5 @@
|
||||||
|
# This Python file uses the following encoding: utf-8
|
||||||
|
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
from AgentProxy import AgentProxy
|
from AgentProxy import AgentProxy
|
||||||
from datetime import datetime # Add this import
|
from datetime import datetime # Add this import
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# This Python file uses the following encoding: utf-8
|
||||||
|
|
||||||
"""
|
"""
|
||||||
File: criteria_reflection.py
|
File: criteria_reflection.py
|
||||||
Description: 以专业咨询机构的赢单路径为参考,结合公司实际统计数据进行反思,提出改进版本的赢单路径
|
Description: 以专业咨询机构的赢单路径为参考,结合公司实际统计数据进行反思,提出改进版本的赢单路径
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue