feat 历史同步插件支持同步插件记录和转移记录
This commit is contained in:
@ -43,3 +43,9 @@ class PluginDataOper(DbOper):
|
||||
if ObjectUtils.is_obj(data.value):
|
||||
return json.loads(data.value)
|
||||
return data.value
|
||||
|
||||
def truncate(self):
|
||||
"""
|
||||
清空转移记录
|
||||
"""
|
||||
PluginData.truncate(self._db)
|
||||
|
Reference in New Issue
Block a user