generated from dopt-python/py311
add all prototype and data analysis code
This commit is contained in:
@@ -171,3 +171,8 @@ results = Table(
|
||||
Column("best_menge", sql.Integer, nullable=False),
|
||||
Column("freigabe_auto", sql.Boolean, nullable=False),
|
||||
)
|
||||
|
||||
map_to_result: dict[str, str] = {
|
||||
"BEDARFNR": "bedarf_nr",
|
||||
"BEDP_SEQUENZ": "bedarf_sequenz",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user