feat: cards, attributes and modules

This commit is contained in:
2025-02-19 14:46:31 +04:00
parent a509a3a586
commit 1af78ce08a
61 changed files with 3212 additions and 2795 deletions

View File

@@ -1,10 +1,13 @@
from sqlalchemy.orm import configure_mappers
from .auth import *
from .project import *
from .module import *
from .board import *
from .status import *
from .deal import *
from .attribute import *
from .card import *
from .auth import *
from .card import *
from .client import *
from .service import *
from .product import *
@@ -15,7 +18,7 @@ from .marketplace import *
from .payroll import *
from .billing import *
from .marketplace_products import *
from .deal_group import *
from .card_group import *
from .transaction import *
from .residues import *
from .shipping import *