fix 重新整理

This commit is contained in:
jxxghp
2023-08-19 09:45:41 +08:00
parent 5e06444ccc
commit a1ec1b9963
2 changed files with 38 additions and 1 deletions

View File

@ -10,6 +10,13 @@ class TransferHistoryOper(DbOper):
转移历史管理
"""
def get(self, historyid: int) -> Any:
"""
获取转移历史
:param historyid: 转移历史id
"""
return TransferHistory.get(self._db, historyid)
def get_by_title(self, title: str) -> Any:
"""
按标题查询转移记录