temp images on products

This commit is contained in:
2024-05-24 09:45:54 +03:00
parent 3a4f91d751
commit 88679089b6
11 changed files with 115 additions and 31 deletions

View File

@@ -94,4 +94,8 @@ class ProductGenerateBarcodeResponse(OkMessageSchema):
class ProductExistsBarcodeResponse(CustomModelCamel):
exists: bool
class ProductUploadImageResponse(OkMessageSchema):
image_url: str | None = None
# endregion