This commit is contained in:
han0
2024-07-09 18:11:22 +08:00
parent e6442b2cf9
commit d2eca25632
7 changed files with 126 additions and 2 deletions

View File

@@ -15,6 +15,14 @@ from calculators.asphalt_imported_modifier import AsphaltImportedModifierCalcula
def calculate(year=2023, month=8):
"""
计算生成趋势表
"""
# todo-1 价格计算触发器
# todo-1 十一地市 交通局 计算调整
# todo-1 十一地市 公路局 计算调整
# todo-1 十一地市 调查表 计算调整
# todo-1 十一地市 网络价格 计算调整
for Calculator in [
AsphaltDomesticCalculator,
AsphaltImportedCalculator,