Partidas por tipo de factura en importacion
This commit is contained in:
@@ -19,6 +19,9 @@ class Serie(Base, TenantScopedMixin, TimestampMixin):
|
||||
brand: Mapped[Optional[str]] = mapped_column(String(50)) # MARCA
|
||||
expo_brad: Mapped[Optional[str]] = mapped_column(String(50)) # MARCAEXPO
|
||||
number_id: Mapped[Optional[str]] = mapped_column(String(25)) # NUMIDEXPO
|
||||
import_invoice: Mapped[Optional[str]] = mapped_column(String(15)) # FACTURAIMPO
|
||||
import_line: Mapped[Optional[int]] = mapped_column(Integer) # LINEAIMPO
|
||||
image_path: Mapped[Optional[str]] = mapped_column(String(255)) # PATH DE IMAGEN (MEX)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user