修改了财报年份查询的枚举类类型设置错误

This commit is contained in:
mxwj 2024-11-08 16:08:18 +08:00
parent f58831a6d3
commit 4cf37185cd
2 changed files with 2 additions and 5 deletions

@ -2,12 +2,9 @@
映射表 为空则返回none表示不筛选此字段
"""
# 时间选择映射表
# 时间选择映射表,用于枚举验证
year_mapping = {
"""
为空则返回none
"""
"2024": 2024,
2024: 2024,
}
# 股票池映射表