删除 test_kg.py
This commit is contained in:
-18
@@ -1,18 +0,0 @@
|
|||||||
from project_implementation import ProjectBuilder
|
|
||||||
|
|
||||||
|
|
||||||
def find_specific_node():
|
|
||||||
|
|
||||||
project = ProjectBuilder.build()
|
|
||||||
|
|
||||||
table_name = "工程费用"
|
|
||||||
fee_name = "动态费用"
|
|
||||||
fee = "其他费(QTF)"
|
|
||||||
|
|
||||||
result = project.get_fee_schedule_on_Engineering_Cost_table(table_name, fee_name, fee)
|
|
||||||
|
|
||||||
print(result)
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
find_specific_node()
|
|
||||||
Reference in New Issue
Block a user