From bba0d363d763c4a309808c372980c2e6fceebbd8 Mon Sep 17 00:00:00 2001 From: InfinityPacer <160988576+InfinityPacer@users.noreply.github.com> Date: Fri, 31 Jan 2025 01:40:15 +0800 Subject: [PATCH] feat(event): update comment --- app/schemas/event.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/schemas/event.py b/app/schemas/event.py index c2c74a98..9c8220fa 100644 --- a/app/schemas/event.py +++ b/app/schemas/event.py @@ -221,6 +221,7 @@ class TransferInterceptEventData(ChainEventData): source (str): 拦截源,默认值为 "未知拦截源" reason (str): 拦截原因,描述拦截的具体原因 """ + # 输入参数 fileitem: FileItem = Field(..., description="源文件") target_storage: str = Field(..., description="目标存储") target_path: Path = Field(..., description="目标路径")