attribute 字段名规范

This commit is contained in:
zhouchengrong
2024-03-28 10:12:21 +08:00
parent 2b5dce50bb
commit 884a10213b
7 changed files with 301 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
from pydantic import BaseModel
class SimilarMatchMItem(BaseModel):
image_path: str
result_number: int