Picture using minio service
This commit is contained in:
6
app/schemas/attribute.py
Normal file
6
app/schemas/attribute.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class AttributeModel(BaseModel):
|
||||
upload_img_path: list
|
||||
upload_img_id: list
|
||||
Reference in New Issue
Block a user