feat: some stuff

This commit is contained in:
2024-11-04 01:32:14 +03:00
parent 1806f5dec3
commit 757ed72ec3
5 changed files with 18 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ class Marketplace(BaseSiproModel):
sell_warehouse_products: Mapped[bool] = mapped_column()
sell_from_price: Mapped[bool] = mapped_column()
is_deleted: Mapped[bool] = mapped_column()
is_paused: Mapped[bool] = mapped_column()
warehouses: Mapped[List["Warehouse"]] = relationship(secondary=marketplace_warehouses)
warehouse_id: Mapped[str] = mapped_column()