修改费用计算代码

This commit is contained in:
chentianrui
2025-08-22 18:13:09 +08:00
parent 8d595b339c
commit be848c3e78
20 changed files with 2569 additions and 360 deletions
+3 -1
View File
@@ -33,7 +33,9 @@ def convert_json_to_readable(input_file, output_file=None):
if __name__ == "__main__":
# 指定输入文件路径
input_file = r"project2json/outputs/json/变电技改国网.json"
input_file = (
r"E:/文件/LLM_model/RAG/code/Engineering_data_KG-1/equipment_dataset/数据工程/技改/预算/通信线路检修国网.json"
)
# 调用转换函数
convert_json_to_readable(input_file)