第二代仪评指标联识别接口

This commit is contained in:
BBIT-Kai
2025-09-30 13:48:59 +08:00
parent d71518931c
commit 3fb43c09f3
14 changed files with 323 additions and 36 deletions
+7
View File
@@ -0,0 +1,7 @@
from pydantic import BaseModel
class F8ImageRequestV2(BaseModel):
title: str
image: str
needBarcode: bool