修改了财报年份查询的枚举类类型设置错误
This commit is contained in:
parent
f58831a6d3
commit
4cf37185cd
Binary file not shown.
@ -2,12 +2,9 @@
|
|||||||
映射表, 为空则返回none表示不筛选此字段
|
映射表, 为空则返回none表示不筛选此字段
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# 时间选择映射表
|
# 时间选择映射表,用于枚举验证
|
||||||
year_mapping = {
|
year_mapping = {
|
||||||
"""
|
2024: 2024,
|
||||||
为空则返回none
|
|
||||||
"""
|
|
||||||
"2024": 2024,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# 股票池映射表
|
# 股票池映射表
|
||||||
|
Loading…
Reference in New Issue
Block a user