feat generate 升级 attribute retrieve 迁移

This commit is contained in:
zhouchengrong
2024-04-16 15:51:03 +08:00
parent 6b9fd16244
commit 835943b568
64 changed files with 1397 additions and 201 deletions

View File

@@ -0,0 +1,12 @@
from pydantic import BaseModel
class CategoryRecognitionModel(BaseModel):
colony: str
sketch_img_url: str
class AttributeRecognitionModel(BaseModel):
category: str
colony: str
sketch_img_url: str