feat: barcode templates
This commit is contained in:
@ -1,6 +1,16 @@
|
||||
from .deal_product import DealProduct as DealProduct, DealProductService as DealProductService
|
||||
from .deal_service import (
|
||||
DealService as DealService,
|
||||
from .barcode import (
|
||||
ProductBarcode as ProductBarcode,
|
||||
ProductBarcodeImage as ProductBarcodeImage,
|
||||
)
|
||||
from .barcode_template import (
|
||||
BarcodeTemplateAttribute as BarcodeTemplateAttribute,
|
||||
BarcodeTemplateSize as BarcodeTemplateSize,
|
||||
BarcodeTemplate as BarcodeTemplate,
|
||||
)
|
||||
from .deal_product import (
|
||||
DealProduct as DealProduct,
|
||||
DealProductService as DealProductService,
|
||||
)
|
||||
from .deal_service import DealService as DealService
|
||||
from .product import Product as Product
|
||||
from .service import Service as Service, ServiceCategory as ServiceCategory
|
||||
|
||||
Reference in New Issue
Block a user