add 转移历史记录

This commit is contained in:
jxxghp
2023-06-19 16:17:46 +08:00
parent e9e7bcc206
commit df0ba221f9
4 changed files with 80 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from app.db.models.downloadhistory import DownloadHistory
class DownloadHistoryOper(DbOper):
"""
插件数据管理
下载历史管理
"""
def get_by_path(self, path: Path) -> Any: