design brand dna 部署
This commit is contained in:
6
app/schemas/brand_dna.py
Normal file
6
app/schemas/brand_dna.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class BrandDnaModel(BaseModel):
|
||||
image_url: str
|
||||
is_brand_dna: bool
|
||||
Reference in New Issue
Block a user