feat: shipping warehouse and cost

This commit is contained in:
2024-07-18 04:57:05 +03:00
parent ba73d5cb09
commit e7235021f9
18 changed files with 148 additions and 1298 deletions

View File

@@ -7,4 +7,6 @@ from .service import *
from .product import *
from .secondary import *
from .barcode import *
from .shipping_warehouse import *
configure_mappers()