feat: 合并 File 和 Folder 模型为统一的 Object 模型,优化对象管理逻辑

refactor: 更新相关模型和路由以支持新对象模型,移除冗余代码
This commit is contained in:
2025-12-18 17:18:40 +08:00
parent d271c81de7
commit 68343c710b
12 changed files with 420 additions and 153 deletions

View File

@@ -4,8 +4,7 @@ from .user import User
from .user_authn import UserAuthn
from .download import Download
from .file import File
from .folder import Folder
from .object import Object, ObjectType
from .group import Group
from .node import Node
from .order import Order