feat design 预处理接口迁移
This commit is contained in:
5
app/schemas/pre_processing.py
Normal file
5
app/schemas/pre_processing.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class DesignPreProcessingModel(BaseModel):
|
||||
sketches: list[dict]
|
||||
Reference in New Issue
Block a user