first init
This commit is contained in:
14
core/routers/file/schema.py
Normal file
14
core/routers/file/schema.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# -*- coding = utf-8 -*-
|
||||
# @Time : 2025/2/13 下午5:01
|
||||
# @File : schema.py
|
||||
# @Software : PyCharm
|
||||
# @Author : xingc
|
||||
# @Desc :
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class FileOut(BaseModel):
|
||||
filename: str
|
||||
content_type: str
|
||||
size: int
|
||||
hash: str
|
||||
Reference in New Issue
Block a user