attribute 模型名称错误

This commit is contained in:
zhouchengrong
2024-03-27 13:17:41 +08:00
parent 5f5617d5a3
commit d4be7b8053
14 changed files with 897 additions and 13 deletions

View File

@@ -3,3 +3,4 @@ from pydantic import BaseModel
class SimilarMatchMItem(BaseModel):
image_path: str
result_number: int