仪评指标联分析模块

This commit is contained in:
BBIT-Kai
2025-09-24 13:59:00 +08:00
parent 0ab82b00d6
commit d2775f60a7
28 changed files with 1106 additions and 181 deletions
+6
View File
@@ -0,0 +1,6 @@
from pydantic import BaseModel
class F8ImageRequest(BaseModel):
title: str
image: str
+5
View File
@@ -0,0 +1,5 @@
from pydantic import BaseModel
class ImageRequest(BaseModel):
image: str