From 93501af060bf8656c308ccf6319cf41cd5687c05 Mon Sep 17 00:00:00 2001 From: xuyonghao <898441624@qq.com> Date: 星期一, 30 十二月 2024 11:08:40 +0800 Subject: [PATCH] 定时删除没有被下载的excel文件 --- app/models/user.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/app/models/user.py b/app/models/user.py index 1d96a23..731bd2e 100644 --- a/app/models/user.py +++ b/app/models/user.py @@ -53,3 +53,8 @@ oldPassword: str +class UserDept(BaseModel): + userId: int + depts: list + + -- Gitblit v1.8.0