perf: 继续替换 spec

This commit is contained in:
ibuler
2023-01-31 18:06:44 +08:00
parent 41154d3793
commit ef51e74b8e
5 changed files with 13 additions and 13 deletions

View File

@@ -50,7 +50,7 @@ class BaseAccount(JMSOrgBaseModel):
return bool(self.username)
@property
def specific(self):
def spec_info(self):
data = {}
if self.secret_type != SecretType.SSH_KEY:
return data