第二代仪评指标联识别接口
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class F8ImageRequestV2(BaseModel):
|
||||
title: str
|
||||
image: str
|
||||
needBarcode: bool
|
||||
Reference in New Issue
Block a user